From f224492144d00fa6fecf5e1e13a509b95ccb3af7 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 21 Dec 2017 16:21:22 +0100 Subject: Adding LUA to SDK A project could need to have LUA in SDK, an example is to compile LUA scripts which checks its syntax before embedded them into a project compiled by Yocto. Change-Id: I3c36acd58d45121c3344b5322244bdc0b12061b9 Signed-off-by: Romain Forlot Signed-off-by: Armin Kuster (cherry picked from commit 13c84c645b6126f0cb3d768e8934992f594a82ab) Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/lua/lua_5.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.4.bb b/meta-oe/recipes-devtools/lua/lua_5.3.4.bb index 28d71faef4..8f4e8fe68c 100644 --- a/meta-oe/recipes-devtools/lua/lua_5.3.4.bb +++ b/meta-oe/recipes-devtools/lua/lua_5.3.4.bb @@ -56,4 +56,4 @@ do_install_ptest () { cp -R --no-dereference --preserve=mode,links -v ${WORKDIR}/lua-${PV}-tests ${D}${PTEST_PATH}/test } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg