From: Denis 'GNUtoo' Carikli Date: Thu, 17 Feb 2011 10:47:19 +0000 (+0100) Subject: task-bug: make it compatible with bug 1.x,machine arch ${PN} X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3645c50cd99a55c6d6b1d15c2d6c4159757be5f;p=openembedded.git task-bug: make it compatible with bug 1.x,machine arch ${PN} Some packages like bug2v4l2 are specific to bug 2.0, so we need to machine arch the package depending on them. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Stefan Schmidt --- diff --git a/recipes/tasks/task-bug.bb b/recipes/tasks/task-bug.bb index 2fbcb6d5db..1317a6ec47 100644 --- a/recipes/tasks/task-bug.bb +++ b/recipes/tasks/task-bug.bb @@ -1,12 +1,14 @@ # Copyright (C) 2011 Bug Labs, Inc -PR = "r87" +PR = "r88" ALLOW_EMPTY = "1" PACKAGES += "${PN}-java ${PN}-java-osgi ${PN}-audio ${PN}-devlangs ${PN}-x11 ${PN}-network ${PN}-x11-debug ${PN}-debug" -RDEPENDS_${PN} = "kernel-modules \ +PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}" + +RDEPENDS_${PN} = "${MACHINE_EXTRA_RRECOMMENDS} \ bug-udev \ repo-feed-configs \ diffutils \ @@ -19,12 +21,11 @@ RDEPENDS_${PN} = "kernel-modules \ nano \ lsof \ file \ - bug2v4l2 \ " +RDEPENDS_${PN}_append_bug20 = "bug2v4l2" RDEPENDS_${PN}-network = "\ dnsmasq \ - marvell-sdio-fw \ hostap-daemon \ iptables \ eject \