If not specified on build commandline for luke, it results in pulling it from build host development headers under /usr/include this was always happening but with recent fixes to GCC poisoning host includes patch, this issue has come to fore.
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb index 1d27eb2588..7fb0965813 100644 --- a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb +++ b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb @@ -16,7 +16,7 @@ B = "${S}" inherit pkgconfig do_compile() { - ${S}/build-aux/luke + ${S}/build-aux/luke LUA_INCDIR=${STAGING_INCDIR} } do_install() {
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115146): https://lists.openembedded.org/g/openembedded-devel/message/115146 Mute This Topic: https://lists.openembedded.org/mt/110890512/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-