[oe-commits] Koen Kooi : rxtx: pass --tag=CC to libtool to make libtool 2.x work

GIT User account git at amethyst.openembedded.net
Mon Dec 8 12:42:56 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Dec  8 13:39:31 2008 +0100

rxtx: pass --tag=CC to libtool to make libtool 2.x work

---

 packages/rxtx/rxtx_2.1-7r2.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/rxtx/rxtx_2.1-7r2.bb b/packages/rxtx/rxtx_2.1-7r2.bb
index 360d5ac..1520d21 100644
--- a/packages/rxtx/rxtx_2.1-7r2.bb
+++ b/packages/rxtx/rxtx_2.1-7r2.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPL"
 SECTION = "libs"
 HOMEPAGE = "http://rxtx.org"
 
-PR = "r2"
+PR = "r3"
 
 DEPENDS = "classpath classpath-tools-native"
 
@@ -25,7 +25,7 @@ do_compile() {
     JAR=gjar \
     JAVAC="javac -classpath \$(CLASSPATH) -d \$(TOP)/ -O -source 1.3 -target 1.3" \
     JAVAINCLUDEDIR=${STAGING_INCDIR}/classpath \
-		GLIBTOOL="${TARGET_SYS}-libtool"
+		GLIBTOOL="${TARGET_SYS}-libtool --tag=CC"
 }
 
 do_install() {
@@ -45,5 +45,5 @@ do_stage() {
 PACKAGES = "${JPN} lib${PN}-jni lib${PN}-dev lib${PN}-jni-dbg"
 
 FILES_lib${PN}-jni = "${libdir_jni}/lib*.so"
-FILES_lib${PN}-dev = "${libdir_jni}/lib*.la"
+FILES_lib${PN}-dev = "${libdir_jni}/lib*.la ${libdir_jni}/lib*.a"
 FILES_lib${PN}-jni-dbg = "${libdir_jni}/.debug/lib*.so"





More information about the Openembedded-commits mailing list