]> code.ossystems Code Review - openembedded-core.git/commitdiff
cdrtools-native: Explicitly set EXTRA_OEMAKE as required
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:12:41 +0000 (12:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:20:36 +0000 (12:20 +0000)
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 change

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb

index 72ac741751a825c176173612a98c293e6005410a..ff4d5ac4412ad2e76a07bcaae54a6c771cd06c66 100644 (file)
@@ -12,6 +12,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/cdrtools/cdrtools-${REALPV}.tar.bz2"
 SRC_URI[md5sum] = "7d45c5b7e1f78d85d1583b361aee6e8b"
 SRC_URI[sha256sum] = "ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5f5860f"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 inherit native
 
 PV = "3.01a31+really3.01"