EXTRA_OEMAKE is private to OE and shouldn't be exported to the lsof build. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-extended/lsof/lsof_4.89.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb index 9b7de9a..0e9d071 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}' -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core