aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lua
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:54:52 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:05 -0700
commit5819441de0d0ba67316465c35ba7dd400abbc4ad (patch)
treedbdd3384352633510740ce6be8c46697b5f88013 /recipes/lua
parentb17efa1a8d6af8d17d323b34ea0108c65d1e5df0 (diff)
downloadopenembedded-5819441de0d0ba67316465c35ba7dd400abbc4ad.tar.gz
lua-lanes: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/lua')
-rw-r--r--recipes/lua/lua-lanes_2.0.6.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/lua/lua-lanes_2.0.6.bb b/recipes/lua/lua-lanes_2.0.6.bb
index 49ceb9c142..dc9a60d277 100644
--- a/recipes/lua/lua-lanes_2.0.6.bb
+++ b/recipes/lua/lua-lanes_2.0.6.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://kotisivu.dnainternet.net/askok/bin/lanes/index.html"
DEPENDS += "lua5.1-native"
RDEPENDS_${PN} += "lua5.1"
-PR = "r0"
+PR = "r1"
S = "${WORKDIR}/lanes-${PV}"
SRC_URI = "http://luaforge.net/frs/download.php/4652/lanes-2.0.6.tgz \
@@ -14,8 +14,7 @@ SRC_URI = "http://luaforge.net/frs/download.php/4652/lanes-2.0.6.tgz \
"
UCLIBC_PATCHES = "file://uclibc.patch"
-SRC_URI_append_linux-uclibc = "${UCLIBC_PATCHES}"
-SRC_URI_append_linux-uclibceabi = "${UCLIBC_PATCHES}"
+SRC_URI_append_libc-uclibc = "${UCLIBC_PATCHES}"
LUA_LIB_DIR = "${libdir}/lua/5.1"
LUA_SHARE_DIR = "${datadir}/lua/5.1"