* allarch: No need to make packaging machine specific
@ 2012-07-20 15:51 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-07-20 15:51 UTC (permalink / raw)
To: openembedded-core
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@linuxfoundation.org>
---
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] = ""
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-20 16:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 15:51 allarch: No need to make packaging machine specific Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox