From: Richard Purdie Date: Fri, 20 Jul 2012 15:51:54 +0000 (+0100) Subject: allarch: No need to make packaging machine specific X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fb076a1e0051bb9a931199e36feb518eb2b737f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. (From OE-Core rev: 79e52a9825240a72b49a5c3f3ad8e0dbc74ad9f1) Signed-off-by: Richard Purdie --- diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index 18c9ae28e5a..d191cd783c8 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] = ""