From: Mike Crowe Date: Fri, 5 Feb 2016 18:04:28 +0000 (+0000) Subject: unzip: Explicitly set EXTRA_OEMAKE as required X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e38dc9b6b70b81d778c299f9a7fab30116c74fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git unzip: 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 changed. Signed-off-by: Mike Crowe Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index 77057946233..9efe75628ac 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb @@ -30,7 +30,7 @@ S = "${WORKDIR}/unzip60" # Makefile and add CFLAGS. Optimization will be overriden by unzip # configure to be -O3. # -EXTRA_OEMAKE += "STRIP=true LF2='' \ +EXTRA_OEMAKE = "-e MAKEFLAGS= STRIP=true LF2='' \ 'CF_NOOPT=-I. -Ibzip2 -DUNIX ${CFLAGS}'" export LD = "${CC}"