lua-lanes: Switch to libc-uclibc
authorTom Rini <tom_rini@mentor.com>
Wed, 19 Jan 2011 00:54:52 +0000 (17:54 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 19 Jan 2011 01:04:05 +0000 (18:04 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/lua/lua-lanes_2.0.6.bb

index 49ceb9c..dc9a60d 100644 (file)
@@ -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"