From: Mike Crowe Date: Fri, 5 Feb 2016 18:04:20 +0000 (+0000) Subject: libacpi: Explicitly set EXTRA_OEMAKE as required X-Git-Tag: 2016-4~1020 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3403f54f4f07033de251b638a041de9c2c539fbd;p=openembedded-core.git libacpi: 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb index 3dd9ab640e..6dc66ea25f 100644 --- a/meta/recipes-bsp/libacpi/libacpi_0.2.bb +++ b/meta/recipes-bsp/libacpi/libacpi_0.2.bb @@ -23,7 +23,7 @@ inherit lib_package COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' CFLAGS += "-fPIC" -EXTRA_OEMAKE += 'STRIP="echo"' +EXTRA_OEMAKE = '-e MAKEFLAGS= STRIP="echo"' TARGET_CC_ARCH += "${LDFLAGS}"