diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-11-08 15:26:39 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-11-08 15:26:39 +0000 |
commit | 86aa6465198aac92df21108432ad559aaf1fdc64 (patch) | |
tree | da9edcc473d64453ac748e93eda5070585eec222 /packages | |
parent | a2343918324d6de98100c0e5826663556778a916 (diff) |
matchbox-common: fix PACKAGE_ARCH (all)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/matchbox-common/matchbox-common_0.9.1.bb | 6 | ||||
-rw-r--r-- | packages/matchbox-common/matchbox-common_svn.bb | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/packages/matchbox-common/matchbox-common_0.9.1.bb b/packages/matchbox-common/matchbox-common_0.9.1.bb index d2db4683e1..b50dce7da7 100644 --- a/packages/matchbox-common/matchbox-common_0.9.1.bb +++ b/packages/matchbox-common/matchbox-common_0.9.1.bb @@ -1,8 +1,9 @@ SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager common files" +SECTION = "x11/wm" LICENSE = "GPL" DEPENDS = "libmatchbox" -PR = "r2" +PR = "r3" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://no-utilities-category.patch;patch=1 \ @@ -15,3 +16,6 @@ EXTRA_OECONF = "--enable-pda-folders" FILES_${PN} = "${bindir} \ ${datadir}/matchbox/vfolders \ ${datadir}/pixmaps" + +PACKAGE_ARCH = "all" + 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" |