diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-11-10 00:27:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-11-10 00:27:26 +0000 |
commit | 601498dea4d09a88926c3f6200e7618b4f4fdfef (patch) | |
tree | d760c3b877fde9063ba77aae9125543d74447d35 /packages/matchbox-common/matchbox-common_svn.bb | |
parent | 72b607d8c92ab09643d69ab42d5639d698c8ffec (diff) | |
parent | f59b535f9088166e9d8c267bc5062ee5397d49e7 (diff) |
merge of '58e9f09193fc3310302cb57483cca72a70c0f6f9'
and '669002f7b6f5c856c074448bc75bf86099ab5f11'
Diffstat (limited to 'packages/matchbox-common/matchbox-common_svn.bb')
-rw-r--r-- | packages/matchbox-common/matchbox-common_svn.bb | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/packages/matchbox-common/matchbox-common_svn.bb b/packages/matchbox-common/matchbox-common_svn.bb index 97709bf31e..eff0642970 100644 --- a/packages/matchbox-common/matchbox-common_svn.bb +++ b/packages/matchbox-common/matchbox-common_svn.bb @@ -1,17 +1,22 @@ -SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager common files" +SECTION = "x11/wm" LICENSE = "GPL" DEPENDS = "libmatchbox" PV = "0.9.1+svn${SRCDATE}" -S = "${WORKDIR}/matchbox-common" +PR = "r1" + DEFAULT_PREFERENCE = "-1" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-common;proto=http" +S = "${WORKDIR}/matchbox-common" inherit autotools pkgconfig EXTRA_OECONF = " --enable-pda-folders " -FILES_${PN} = "${bindir} \ - ${datadir}/matchbox/vfolders \ - ${datadir}/pixmaps" +FILES_${PN} = "\ + ${bindir} \ + ${datadir}/matchbox/vfolders \ + ${datadir}/pixmaps" + +PACKAGE_ARCH = "all" |