diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2016-08-26 12:16:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:40 +0100 |
commit | 2044c88adb19c5dc08e6076c11a745dda7b5b156 (patch) | |
tree | b5666afab7fc17f134a8a00502416c56b8d7fcd5 /meta/recipes-extended/lsof/lsof_4.89.bb | |
parent | 8ddb47b69a66a9bce2d68ab02bd0d77628e9bc43 (diff) | |
download | poky-2044c88adb19c5dc08e6076c11a745dda7b5b156.tar.gz |
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
(From OE-Core rev: b8aa0d9b5bb9d0fc53e3f065eac7f1cfac83b6ac)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsof/lsof_4.89.bb')
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.89.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 () { | |||
47 | export I = "${STAGING_INCDIR}" | 47 | export I = "${STAGING_INCDIR}" |
48 | export L = "${STAGING_INCDIR}" | 48 | export L = "${STAGING_INCDIR}" |
49 | 49 | ||
50 | EXTRA_OEMAKE = "" | ||
51 | |||
52 | do_compile () { | 50 | do_compile () { |
53 | oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' | 51 | oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' |
54 | } | 52 | } |