[oe-commits] Tom Rini : lua5.1: 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: 9dc88c095ba60211f1ea1da95506c5442b83d69f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9dc88c095ba60211f1ea1da95506c5442b83d69f

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

lua5.1: Switch to libc-uclibc

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

---

 recipes/lua/lua5.1_5.1.4.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/lua/lua5.1_5.1.4.bb b/recipes/lua/lua5.1_5.1.4.bb
index 814f83e..06c8004 100644
--- a/recipes/lua/lua5.1_5.1.4.bb
+++ b/recipes/lua/lua5.1_5.1.4.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 HOMEPAGE = "http://www.lua.org/"
 
 DEPENDS += "readline"
-PR = "r9"
+PR = "r10"
 SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \
            file://bitwise_operators.patch \
            file://lua5.1.pc \
@@ -14,8 +14,7 @@ S = "${WORKDIR}/lua-${PV}"
 inherit pkgconfig binconfig
 
 UCLIBC_PATCHES += "file://uclibc-pthread.patch"
-SRC_URI_append_linux-uclibc = "${UCLIBC_PATCHES}"
-SRC_URI_append_linux-uclibceabi = "${UCLIBC_PATCHES}"
+SRC_URI_append_libc-uclibc = "${UCLIBC_PATCHES}"
 
 TARGET_CC_ARCH += " -fPIC ${LDFLAGS}"
 EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -DLUA_USE_LINUX -fPIC' MYLDFLAGS='${LDFLAGS}'"





More information about the Openembedded-commits mailing list