diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-05 18:04:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 16:06:25 +0000 |
commit | 07e81c8becc0ddb389421efe664c299c29acba9e (patch) | |
tree | 3b276d14470796c60c08862152469a776c9be05b /meta | |
parent | 936223b384e31d214757508f7ae98e58a670fb3c (diff) | |
download | poky-07e81c8becc0ddb389421efe664c299c29acba9e.tar.gz |
pigz: Explicitly set EXTRA_OEMAKE as required
This recipe currently relies on EXTRA_OEMAKE having been set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this
explicit so that the default in bitbake.conf can be changed.
(From OE-Core rev: 75400306a6f27f5743499d37f0d52fd1f145d9e0)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/pigz/pigz.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc index cb8991dcd2..86f434c104 100644 --- a/meta/recipes-extended/pigz/pigz.inc +++ b/meta/recipes-extended/pigz/pigz.inc | |||
@@ -13,6 +13,8 @@ PROVIDES_class-native += "gzip-native" | |||
13 | 13 | ||
14 | DEPENDS = "zlib" | 14 | DEPENDS = "zlib" |
15 | 15 | ||
16 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
17 | |||
16 | inherit update-alternatives | 18 | inherit update-alternatives |
17 | 19 | ||
18 | do_install_class-target() { | 20 | do_install_class-target() { |