From 9d4b52608f69e824c6e4f3ecd79d421c7ba8469c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 11 Feb 2016 12:12:41 +0000 Subject: 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 --- meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') 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" SRC_URI[md5sum] = "7d45c5b7e1f78d85d1583b361aee6e8b" SRC_URI[sha256sum] = "ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5f5860f" +EXTRA_OEMAKE = "-e MAKEFLAGS=" + inherit native PV = "3.01a31+really3.01" -- cgit v1.2.3-54-g00ecf