From 81b66449909e273a53b155f83cd1604c8f805ea5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 28 Jan 2025 20:19:56 -0800 Subject: [PATCH] luaposix: Fix LUA_INCDIR path 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 --- 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() {