diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 09:55:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 09:55:16 +0000 |
commit | fcce99b69509e82b0aedada76c5a2152100e0783 (patch) | |
tree | e1938c322bd9370882bd3b6b777c4cbae80608f2 /meta-extras | |
parent | 3502262c6dc51d6feb7e4684a4030451a14d4905 (diff) | |
download | openembedded-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-extras')
-rw-r--r-- | meta-extras/packages/matchbox-common/matchbox-common_0.9.1.bb | 14 | ||||
-rw-r--r-- | meta-extras/packages/matchbox-common/matchbox-common_svn.bb | 17 |
2 files changed, 31 insertions, 0 deletions
diff --git a/meta-extras/packages/matchbox-common/matchbox-common_0.9.1.bb b/meta-extras/packages/matchbox-common/matchbox-common_0.9.1.bb new file mode 100644 index 000000000..2927ccd08 --- /dev/null +++ b/meta-extras/packages/matchbox-common/matchbox-common_0.9.1.bb @@ -0,0 +1,14 @@ +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-extras/packages/matchbox-common/matchbox-common_svn.bb b/meta-extras/packages/matchbox-common/matchbox-common_svn.bb new file mode 100644 index 000000000..ec62ac05a --- /dev/null +++ b/meta-extras/packages/matchbox-common/matchbox-common_svn.bb @@ -0,0 +1,17 @@ +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" |