[OE-core] [PATCH] lsof: don't export EXTRA_OEMAKE

Andre McCurdy armccurdy at gmail.com
Thu Oct 29 21:01:35 UTC 2015


EXTRA_OEMAKE is private to OE and shouldn't be exported to
the lsof build.

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 meta/recipes-extended/lsof/lsof_4.89.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb
index 9b7de9a..0e9d071 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}'
-- 
1.9.1




More information about the Openembedded-core mailing list