diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:12:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:20:36 +0000 |
commit | 4c9cf1888fb907a037f0e51eb007aef10cb9f735 (patch) | |
tree | 68cdd7842a263aeb7823f0dcb71eab00d3fe3f79 /meta/recipes-devtools/cdrtools | |
parent | 3279386edb2d231ea19ebc2b66c19062305ddf8c (diff) | |
download | openembedded-core-contrib-4c9cf1888fb907a037f0e51eb007aef10cb9f735.tar.gz |
cdrtools-native: 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 change
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cdrtools')
-rw-r--r-- | meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb index 72ac741751a..ff4d5ac4412 100644 --- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb +++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb @@ -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" |