aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>2016-08-26 12:16:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-31 08:56:51 +0100
commit45077c234af427df87fca6582f7c6930c430b1e1 (patch)
tree484535925ff2cd04e67fcbdef9549ecadcf685fc
parent043c86907f2cb5d94b75587c7facc29d8226b819 (diff)
downloadopenembedded-core-contrib-45077c234af427df87fca6582f7c6930c430b1e1.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 Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/lsof/lsof_4.89.bb2
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 () {
export I = "${STAGING_INCDIR}"
export L = "${STAGING_INCDIR}"
-EXTRA_OEMAKE = ""
-
do_compile () {
oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}'
}