[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCH] lsof: don't export EXTRA_OEMAKE
From:       armccurdy () gmail ! com (Andre McCurdy)
Date:       2015-10-29 21:01:35
Message-ID: 1446152495-5451-1-git-send-email-armccurdy () gmail ! com
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic