aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/tasks/task-opie-16mb.bb
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-12-13 20:25:15 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-12-13 20:25:15 +0400
commitdbb923d01c97577cf06b59daae33e902675fa380 (patch)
treef523ca1affad67b116ed2fda77826629890509c1 /recipes-opie/tasks/task-opie-16mb.bb
parent2f67ac9db9d3fd5883c5e0d954f8cf30bd97170c (diff)
downloadmeta-opie-dbb923d01c97577cf06b59daae33e902675fa380.tar.gz
task-opie, task-opie-16mb: make whole recipe a machine-only
Currently bitbake spills warnings on task-opie and task-opie-16mb recipes containing machine packages, while being non-machine ones. Disable this warning by replacing all PACKAGE_ARCH_xxx stuff with a single PACKAGE_ARCH = "${MACHINE_ARCH}" Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes-opie/tasks/task-opie-16mb.bb')
-rw-r--r--recipes-opie/tasks/task-opie-16mb.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-opie/tasks/task-opie-16mb.bb b/recipes-opie/tasks/task-opie-16mb.bb
index 42ed6a4..33eb19a 100644
--- a/recipes-opie/tasks/task-opie-16mb.bb
+++ b/recipes-opie/tasks/task-opie-16mb.bb
@@ -1,7 +1,8 @@
DESCRIPTION = "Tasks for small OPIE image"
SECTION = "opie/base"
LICENSE = "MIT"
-PR = "r3"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+PR = "r4"
inherit task
@@ -34,8 +35,6 @@ RDEPENDS_task-opie-16mb-applets = "opie-aboutapplet opie-clockapplet opie-suspen
${@base_contains("COMBINED_FEATURES", "pcmcia", "opie-cardapplet", "",d)} \
${@base_contains("MACHINE_FEATURES", "keyboard", "opie-vtapplet opie-logoutapplet", "",d)}"
-PACKAGE_ARCH_task-opie-16mb-applets = "${MACHINE_ARCH}"
-
#
# clamshell models can benefit from the autorotate applet
#