[oe-commits] [meta-openembedded] 36/38: Adding LUA to SDK

git at git.openembedded.org git at git.openembedded.org
Wed Dec 27 05:06:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 9c50b3695568fa33eb752ad7355bd7bf75d97653
Author: Romain Forlot <romain.forlot at iot.bzh>
AuthorDate: Thu Dec 21 16:21:22 2017 +0100

    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 <romain.forlot at iot.bzh>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 28d71fa..8f4e8fe 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list