From b8aa0d9b5bb9d0fc53e3f065eac7f1cfac83b6ac Mon Sep 17 00:00:00 2001 From: Stefan Müller-Klieser Date: Fri, 26 Aug 2016 12:16:10 +0200 Subject: lsof: remove EXTRA_OEMAKE workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- meta/recipes-extended/lsof/lsof_4.89.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-extended/lsof') diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb index c10337beb4..b732cf0acd 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}' } -- cgit 1.2.3-korg