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>
This commit is contained in:
Richard Purdie 2012-07-20 16:51:54 +01:00
parent 89b1dcb073
commit 7fb076a1e0
1 changed files with 2 additions and 0 deletions

View 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] = ""