From dbb923d01c97577cf06b59daae33e902675fa380 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Tue, 13 Dec 2011 20:25:15 +0400 Subject: 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 --- recipes-opie/tasks/task-opie-16mb.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes-opie/tasks/task-opie-16mb.bb') 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 # -- cgit 1.2.3-korg