aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lua/lua_5.0.2.bb
diff options
context:
space:
mode:
authorMichael Stanger <michael.stanger@taitradio.com>2010-03-28 00:13:56 -0700
committerKhem Raj <raj.khem@gmail.com>2010-03-28 00:13:56 -0700
commit6675bb93144399106efb830eee972b7ec9f4b391 (patch)
treeb28ee8d6e0c65c98c195af70f30393a864feb837 /recipes/lua/lua_5.0.2.bb
parent7b774a106f6936fd050abb4cbe90a84bd0b67025 (diff)
downloadopenembedded-6675bb93144399106efb830eee972b7ec9f4b391.tar.gz
lua: Adopt new staging and BBCLASSEXTEND
* Removed do_stage from recipes * Set NATIVE_INSTALL_WORKS=1 * lua5.1-native now stages lua executable * Removed -native recipe, use BBCLASSEXTENDS instead Signed-off-by: Michael Stanger <michael.stanger@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/lua/lua_5.0.2.bb')
-rw-r--r--recipes/lua/lua_5.0.2.bb4
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"