[OE-core] [PATCH 06/15] dmidecode: Explicitly set EXTRA_OEMAKE as required

Mike Crowe mac at mcrowe.com
Fri Feb 5 18:04:21 UTC 2016


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 at mcrowe.com>
---
 meta/recipes-devtools/dmidecode/dmidecode_3.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/dmidecode/dmidecode_3.0.bb b/meta/recipes-devtools/dmidecode/dmidecode_3.0.bb
index 8e532ad..109a9d2 100644
--- a/meta/recipes-devtools/dmidecode/dmidecode_3.0.bb
+++ b/meta/recipes-devtools/dmidecode/dmidecode_3.0.bb
@@ -7,6 +7,8 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/dmidecode/${BP}.tar.xz"
 
 COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc|powerpc64).*-linux"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_install() {
 	oe_runmake DESTDIR="${D}" install
 }
-- 
2.1.4




More information about the Openembedded-core mailing list