From: Andre McCurdy Date: Thu, 29 Oct 2015 21:01:35 +0000 (-0700) Subject: lsof: don't export EXTRA_OEMAKE X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29bba95a393349f27585f901d66c0cf900d6e353;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lsof: don't export EXTRA_OEMAKE EXTRA_OEMAKE is private to OE and shouldn't be exported to the lsof build. (From OE-Core rev: e20bc06365242a526e1b755b8b3eded433cb3454) Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb index 9b7de9aadc3..0e9d07119c9 100644 --- a/meta/recipes-extended/lsof/lsof_4.89.bb +++ b/meta/recipes-extended/lsof/lsof_4.89.bb @@ -44,7 +44,8 @@ do_configure () { export I = "${STAGING_INCDIR}" export L = "${STAGING_INCDIR}" -export EXTRA_OEMAKE = "" + +EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}'