diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-20 16:51:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:23 +0100 |
| commit | 7fb076a1e0051bb9a931199e36feb518eb2b737f (patch) | |
| tree | 324de22aef6aa93a59c9a7230a2af979fe7ff980 /meta | |
| parent | 89b1dcb0737cef460797abf878a31e32dac95ce5 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/classes/allarch.bbclass | 2 |
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 = "" | |||
| 20 | EXCLUDE_FROM_SHLIBS = "1" | 20 | EXCLUDE_FROM_SHLIBS = "1" |
| 21 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 21 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 22 | INHIBIT_PACKAGE_STRIP = "1" | 22 | INHIBIT_PACKAGE_STRIP = "1" |
| 23 | |||
| 24 | do_package[stamp-extra-info] = "" | ||
