summaryrefslogtreecommitdiffstats
path: root/meta/classes/allarch.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-20 16:51:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:23 +0100
commit7fb076a1e0051bb9a931199e36feb518eb2b737f (patch)
tree324de22aef6aa93a59c9a7230a2af979fe7ff980 /meta/classes/allarch.bbclass
parent89b1dcb0737cef460797abf878a31e32dac95ce5 (diff)
downloadpoky-7fb076a1e0051bb9a931199e36feb518eb2b737f.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/allarch.bbclass')
-rw-r--r--meta/classes/allarch.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index 18c9ae28e5..d191cd783c 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -20,3 +20,5 @@ PACKAGE_EXTRA_ARCHS = ""
20EXCLUDE_FROM_SHLIBS = "1" 20EXCLUDE_FROM_SHLIBS = "1"
21INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 21INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
22INHIBIT_PACKAGE_STRIP = "1" 22INHIBIT_PACKAGE_STRIP = "1"
23
24do_package[stamp-extra-info] = ""