[oe-commits] Tom Rini : lua-lanes: Switch to libc-uclibc

git version control git at git.openembedded.org
Wed Jan 19 01:08:06 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5819441de0d0ba67316465c35ba7dd400abbc4ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5819441de0d0ba67316465c35ba7dd400abbc4ad

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:54:52 2011 -0700

lua-lanes: Switch to libc-uclibc

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/lua/lua-lanes_2.0.6.bb |    5 ++---
 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 49ceb9c..dc9a60d 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"





More information about the Openembedded-commits mailing list