[oe-commits] Richard Purdie : allarch: No need to make packaging machine specific

git at git.openembedded.org git at git.openembedded.org
Fri Jul 20 16:25:18 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: d5136410163aee0d14543cf87ce14cf60751e0d4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d5136410163aee0d14543cf87ce14cf60751e0d4

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jul 20 16:51:54 2012 +0100

allarch: No need to make packaging machine specific

Normally do_package is machine specific but this makes little sense for allarch
recipes. This patch unsets the appropriate variable.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/allarch.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index 18c9ae2..d191cd7 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -20,3 +20,5 @@ PACKAGE_EXTRA_ARCHS = ""
 EXCLUDE_FROM_SHLIBS = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 INHIBIT_PACKAGE_STRIP = "1"
+
+do_package[stamp-extra-info] = ""





More information about the Openembedded-commits mailing list