diff options
Diffstat (limited to 'recipes/lua/lua_5.0.2.bb')
-rw-r--r-- | recipes/lua/lua_5.0.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/lua/lua_5.0.2.bb b/recipes/lua/lua_5.0.2.bb index bb989c04d9..a12ae99763 100644 --- a/recipes/lua/lua_5.0.2.bb +++ b/recipes/lua/lua_5.0.2.bb @@ -1,7 +1,7 @@ require lua.inc DEPENDS += "readline" -PR = "r4" +PR = "r5" SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \ file://debian.patch;patch=1 \ file://make.patch;patch=1 \ @@ -12,3 +12,5 @@ FILESPATH = "${FILE_DIRNAME}/lua-${PV}:${FILE_DIRNAME}/lua:${FILE_DIRNAME}/files require lua-build.inc inherit binconfig +NATIVE_INSTALL_WORKS = 1 +BBCLASSEXTEND = "native" |