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:27:43 +0000 |
commit | 9d4b52608f69e824c6e4f3ecd79d421c7ba8469c (patch) | |
tree | 278fb29332380bddad6faafbc6dd68bf61a15a41 /meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb | |
parent | 864797ab8d42488a811135db82c9f2e99f842178 (diff) | |
download | poky-9d4b52608f69e824c6e4f3ecd79d421c7ba8469c.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
(From OE-Core rev: 4c9cf1888fb907a037f0e51eb007aef10cb9f735)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb')
-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 72ac741751..ff4d5ac441 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" | |||
12 | SRC_URI[md5sum] = "7d45c5b7e1f78d85d1583b361aee6e8b" | 12 | SRC_URI[md5sum] = "7d45c5b7e1f78d85d1583b361aee6e8b" |
13 | SRC_URI[sha256sum] = "ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5f5860f" | 13 | SRC_URI[sha256sum] = "ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5f5860f" |
14 | 14 | ||
15 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
16 | |||
15 | inherit native | 17 | inherit native |
16 | 18 | ||
17 | PV = "3.01a31+really3.01" | 19 | PV = "3.01a31+really3.01" |