From patchwork Fri Jul 20 15:51:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: allarch: No need to make packaging machine specific Date: Fri, 20 Jul 2012 15:51:54 -0000 From: Richard Purdie X-Patchwork-Id: 32731 Message-Id: <1342799514.21788.32.camel@ted> 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 --- 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] = ""