diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-05 18:04:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 16:06:24 +0000 |
commit | d17758ad1e5d44ec15041cf90063aa724ce6bf37 (patch) | |
tree | c482fda931ee855e1b951e9bc212f23c8dfadf09 /meta/recipes-bsp | |
parent | 44e8d0fac5a8c877e175bf996acbb96feb0b282d (diff) | |
download | poky-d17758ad1e5d44ec15041cf90063aa724ce6bf37.tar.gz |
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.
(From OE-Core rev: 3403f54f4f07033de251b638a041de9c2c539fbd)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/libacpi/libacpi_0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
23 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' | 23 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' |
24 | 24 | ||
25 | CFLAGS += "-fPIC" | 25 | CFLAGS += "-fPIC" |
26 | EXTRA_OEMAKE += 'STRIP="echo"' | 26 | EXTRA_OEMAKE = '-e MAKEFLAGS= STRIP="echo"' |
27 | 27 | ||
28 | TARGET_CC_ARCH += "${LDFLAGS}" | 28 | TARGET_CC_ARCH += "${LDFLAGS}" |
29 | 29 | ||