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:28:53 +0000 |
commit | e20bc06365242a526e1b755b8b3eded433cb3454 (patch) | |
tree | ae9479e498b927ded37964e36b1eb8e5f8c87565 /meta/recipes-extended | |
parent | 961740d5d81ce44a595d5465bafb48a0cbab5159 (diff) | |
download | openembedded-core-e20bc06365242a526e1b755b8b3eded433cb3454.tar.gz openembedded-core-e20bc06365242a526e1b755b8b3eded433cb3454.tar.bz2 openembedded-core-e20bc06365242a526e1b755b8b3eded433cb3454.zip |
lsof: don't export EXTRA_OEMAKE
EXTRA_OEMAKE is private to OE and shouldn't be exported to
the lsof build.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended')
-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 () { export I = "${STAGING_INCDIR}" export L = "${STAGING_INCDIR}" -export EXTRA_OEMAKE = "" + +EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' |