[oe-commits] [openembedded-core] 79/102: lsof: remove EXTRA_OEMAKE workaround

git at git.openembedded.org git at git.openembedded.org
Tue Aug 30 22:58:49 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 605414abf6ce228f5edda35b284acc1d8a3dd27f
Author: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
AuthorDate: Fri Aug 26 12:16:10 2016 +0200

    lsof: remove EXTRA_OEMAKE workaround
    
    The default of EXTRA_OEMAKE is already empty since commit:
    
    OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa
    bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE
    
    Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/lsof/lsof_4.89.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb
index c10337b..b732cf0 100644
--- a/meta/recipes-extended/lsof/lsof_4.89.bb
+++ b/meta/recipes-extended/lsof/lsof_4.89.bb
@@ -47,8 +47,6 @@ do_configure () {
 export I = "${STAGING_INCDIR}"
 export L = "${STAGING_INCDIR}"
 
-EXTRA_OEMAKE = ""
-
 do_compile () {
 	oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}'
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list