mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
936223b384
commit
07e81c8bec
@@ -13,6 +13,8 @@ PROVIDES_class-native += "gzip-native"
|
||||
|
||||
DEPENDS = "zlib"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
inherit update-alternatives
|
||||
|
||||
do_install_class-target() {
|
||||
|
||||
Reference in New Issue
Block a user