All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-opie][PATCH] packagegroups: Move inheriting packagegroup after setting PACKAGE_ARCH
Date: Sat, 27 Sep 2014 12:15:25 -0700	[thread overview]
Message-ID: <1411845327-16713-1-git-send-email-raj.khem@gmail.com> (raw)

Fixes

ERROR: Please ensure recipe
/home/ubuntu/work/angstrom/sources/meta-opie/recipes-opie/packagegroups/packagegroup-opie-16mb.bb
sets PACKAGE_ARCH before inherit packagegroup
ERROR: Please ensure recipe
/home/ubuntu/work/angstrom/sources/meta-opie/recipes-opie/packagegroups/packagegroup-opie.bb
sets PACKAGE_ARCH before inherit packagegroup

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-opie/packagegroups/packagegroup-opie-16mb.bb | 4 ++--
 recipes-opie/packagegroups/packagegroup-opie.bb      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-opie/packagegroups/packagegroup-opie-16mb.bb b/recipes-opie/packagegroups/packagegroup-opie-16mb.bb
index a6f2855..60ea111 100644
--- a/recipes-opie/packagegroups/packagegroup-opie-16mb.bb
+++ b/recipes-opie/packagegroups/packagegroup-opie-16mb.bb
@@ -3,10 +3,10 @@ SECTION = "opie/base"
 LICENSE = "MIT"
 PR = "r7"
 
-inherit packagegroup
-
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+inherit packagegroup
+
 PACKAGES = "packagegroup-opie-16mb-base \
             packagegroup-opie-16mb-applets \
             packagegroup-opie-16mb-inputmethods \
diff --git a/recipes-opie/packagegroups/packagegroup-opie.bb b/recipes-opie/packagegroups/packagegroup-opie.bb
index 16dc212..42568aa 100644
--- a/recipes-opie/packagegroups/packagegroup-opie.bb
+++ b/recipes-opie/packagegroups/packagegroup-opie.bb
@@ -4,10 +4,10 @@ LICENSE = "MIT"
 
 PR = "r18"
 
-inherit packagegroup
-
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+inherit packagegroup
+
 PROVIDES = "packagegroup-opie-everything"
 
 PACKAGES = "packagegroup-opie-base \
-- 
2.1.1



             reply	other threads:[~2014-09-27 19:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-27 19:15 Khem Raj [this message]
2014-09-27 19:15 ` [meta-gumstix] omap3-sgx-modules_4.05.00.03: Add missing colon after FILESEXTRAPATHS_prepend Khem Raj
2014-09-29  6:42   ` Andreas Müller
2014-09-27 19:15 ` [meta-gumstix] x-load: Define FILESEXTRAPATHS properly Khem Raj

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=1411845327-16713-1-git-send-email-raj.khem@gmail.com \
    --to=raj.khem@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.