diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-10-29 14:01:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:33 +0000 |
commit | 29bba95a393349f27585f901d66c0cf900d6e353 (patch) | |
tree | 092046ddf8a34fe1604df92fd741c6de63dd9cd4 /meta/recipes-extended/lsof | |
parent | 3d377686a460f7b47971bb2207682d6014053172 (diff) | |
download | poky-29bba95a393349f27585f901d66c0cf900d6e353.tar.gz |
lsof: don't export EXTRA_OEMAKE
EXTRA_OEMAKE is private to OE and shouldn't be exported to
the lsof build.
(From OE-Core rev: e20bc06365242a526e1b755b8b3eded433cb3454)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsof')
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.89.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb index 9b7de9aadc..0e9d07119c 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 () { | |||
44 | 44 | ||
45 | export I = "${STAGING_INCDIR}" | 45 | export I = "${STAGING_INCDIR}" |
46 | export L = "${STAGING_INCDIR}" | 46 | export L = "${STAGING_INCDIR}" |
47 | export EXTRA_OEMAKE = "" | 47 | |
48 | EXTRA_OEMAKE = "" | ||
48 | 49 | ||
49 | do_compile () { | 50 | do_compile () { |
50 | 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}' |