]> code.ossystems Code Review - openembedded-core.git/commitdiff
allarch: No need to make packaging machine specific
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jul 2012 15:51:54 +0000 (16:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jul 2012 10:40:09 +0000 (11:40 +0100)
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>
meta/classes/allarch.bbclass

index 18c9ae28e5a3cdd97d46ff071a3bcdec0ff4e597..d191cd783c846524e67b335b88340bf7952111c6 100644 (file)
@@ -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] = ""