summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-04-03 09:55:16 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-04-03 09:55:16 +0000
commitfcce99b69509e82b0aedada76c5a2152100e0783 (patch)
treee1938c322bd9370882bd3b6b777c4cbae80608f2 /meta
parent3502262c6dc51d6feb7e4684a4030451a14d4905 (diff)
downloadopenembedded-core-fcce99b69509e82b0aedada76c5a2152100e0783.tar.gz
openembedded-core-fcce99b69509e82b0aedada76c5a2152100e0783.tar.bz2
openembedded-core-fcce99b69509e82b0aedada76c5a2152100e0783.tar.xz
openembedded-core-fcce99b69509e82b0aedada76c5a2152100e0783.zip
matchbox-common: moved to meta-extras
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4169 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/matchbox-common/matchbox-common_0.9.1.bb14
-rw-r--r--meta/packages/matchbox-common/matchbox-common_svn.bb17
2 files changed, 0 insertions, 31 deletions
diff --git a/meta/packages/matchbox-common/matchbox-common_0.9.1.bb b/meta/packages/matchbox-common/matchbox-common_0.9.1.bb
deleted file mode 100644
index 2927ccd08..000000000
--- a/meta/packages/matchbox-common/matchbox-common_0.9.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SECTION = "x11/wm"
-DESCRIPTION = "Matchbox window manager common files"
-LICENSE = "GPL"
-DEPENDS = "libmatchbox"
-
-SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--enable-pda-folders"
-
-FILES_${PN} = "${bindir} \
- ${datadir}/matchbox/vfolders \
- ${datadir}/pixmaps"
diff --git a/meta/packages/matchbox-common/matchbox-common_svn.bb b/meta/packages/matchbox-common/matchbox-common_svn.bb
deleted file mode 100644
index ec62ac05a..000000000
--- a/meta/packages/matchbox-common/matchbox-common_svn.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "x11/wm"
-DESCRIPTION = "Matchbox window manager common files"
-LICENSE = "GPL"
-DEPENDS = "libmatchbox"
-PV = "0.9.1+svnr${SRCREV}"
-S = "${WORKDIR}/matchbox-common"
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-common;proto=http"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = " --enable-pda-folders "
-
-FILES_${PN} = "${bindir} \
- ${datadir}/matchbox/vfolders \
- ${datadir}/pixmaps"