aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-05 18:04:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-10 15:51:04 +0000
commit75400306a6f27f5743499d37f0d52fd1f145d9e0 (patch)
tree392a432dd0552b122a0633c080e6681165234654 /meta/recipes-extended
parentab9e354b0058be76b4ca9d2eeeb75e58582e1ae3 (diff)
downloadopenembedded-core-contrib-75400306a6f27f5743499d37f0d52fd1f145d9e0.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. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/pigz/pigz.inc2
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"
DEPENDS = "zlib"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
inherit update-alternatives
do_install_class-target() {