diff options
Diffstat (limited to 'packages/matchbox-common/matchbox-common_svn.bb')
-rw-r--r-- | packages/matchbox-common/matchbox-common_svn.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/matchbox-common/matchbox-common_svn.bb b/packages/matchbox-common/matchbox-common_svn.bb index 97709bf31e..f14abd8382 100644 --- a/packages/matchbox-common/matchbox-common_svn.bb +++ b/packages/matchbox-common/matchbox-common_svn.bb @@ -1,12 +1,14 @@ -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 @@ -15,3 +17,5 @@ EXTRA_OECONF = " --enable-pda-folders " FILES_${PN} = "${bindir} \ ${datadir}/matchbox/vfolders \ ${datadir}/pixmaps" + +PACKAGE_ARCH = "all" |