From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-opie 3/6] task-opie, task-opie-16mb: make whole recipe a machine-only
Date: Tue, 13 Dec 2011 20:44:40 +0400 [thread overview]
Message-ID: <1323794683-24233-4-git-send-email-dbaryshkov@gmail.com> (raw)
In-Reply-To: <1323794683-24233-1-git-send-email-dbaryshkov@gmail.com>
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>
---
recipes-opie/tasks/task-opie-16mb.bb | 5 ++---
recipes-opie/tasks/task-opie.bb | 9 ++-------
2 files changed, 4 insertions(+), 10 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
#
diff --git a/recipes-opie/tasks/task-opie.bb b/recipes-opie/tasks/task-opie.bb
index 5e3a113..64e6492 100644
--- a/recipes-opie/tasks/task-opie.bb
+++ b/recipes-opie/tasks/task-opie.bb
@@ -1,8 +1,9 @@
DESCRIPTION = "Tasks for OPIE stuff"
SECTION = "opie/base"
LICENSE = "MIT"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
-PR = "r15"
+PR = "r16"
inherit task
@@ -37,8 +38,6 @@ MACHINE_DISPLAY_HEIGHT_PIXELS ?= "320"
RRECOMMENDS_task-opie-base = "opie-taskbar-images-${MACHINE_DISPLAY_WIDTH_PIXELS}x${MACHINE_DISPLAY_HEIGHT_PIXELS} \
opie-taskbar-images-${MACHINE_DISPLAY_HEIGHT_PIXELS}x${MACHINE_DISPLAY_WIDTH_PIXELS}"
-PACKAGE_ARCH_task-opie-base = "${MACHINE_ARCH}"
-
#
# things for reasonable bootstrap image
#
@@ -51,8 +50,6 @@ RDEPENDS_task-opie-base-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-base-applets = "${MACHINE_ARCH}"
-
#
# clamshell models can benefit from the autorotate applet
#
@@ -78,8 +75,6 @@ RDEPENDS_task-opie-extra-settings = "opie-language opie-doctab opie-mediummount
${@base_contains("DISTRO_FEATURES", "ppp", "opie-networksettings-pppplugin", "",d)} \
"
-PACKAGE_ARCH_task-opie-extra-settings = "${MACHINE_ARCH}"
-
RDEPENDS_task-opie-base-decorations = "opie-deco-flat opie-deco-liquid opie-deco-polished"
RDEPENDS_task-opie-base-styles = "opie-style-flat opie-style-fresh opie-style-web opie-style-phase"
--
1.7.7.3
next prev parent reply other threads:[~2011-12-13 16:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-13 16:44 [meta-opie 0/6] Fix SDK generation Dmitry Eremin-Solenikov
2011-12-13 16:44 ` [meta-opie 1/6] uicmoc: do also provide nativesdk variant Dmitry Eremin-Solenikov
2011-12-13 16:44 ` [meta-opie 2/6] qmake: " Dmitry Eremin-Solenikov
2011-12-13 16:44 ` Dmitry Eremin-Solenikov [this message]
2011-12-13 16:44 ` [meta-opie 4/6] opie-button-settings: make whole recipe a machine-only Dmitry Eremin-Solenikov
2011-12-13 16:44 ` [meta-opie 5/6] libopie2: make libopie2-dev package installable Dmitry Eremin-Solenikov
2011-12-13 16:44 ` [meta-opie 6/6] opie: fix SDK generation Dmitry Eremin-Solenikov
2011-12-13 22:58 ` [meta-opie 0/6] Fix " Paul Eggleton
2011-12-15 8:30 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1323794683-24233-4-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.