[oe-commits] org.oe.dev classpath-initial: fix libtool2 error

woglinde2 commit oe at amethyst.openembedded.net
Sun Jul 27 15:03:18 UTC 2008


classpath-initial: fix libtool2 error

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: c167fd3cbb5184fbfe56dff8fbb57e988ce58f51
ViewMTN: http://monotone.openembedded.org/revision/info/c167fd3cbb5184fbfe56dff8fbb57e988ce58f51
Files:
1
packages/classpath/classpath-native.inc
Diffs:

#
# mt diff -r4457908c2938cd6ab18153d33531a38d4066e494 -rc167fd3cbb5184fbfe56dff8fbb57e988ce58f51
#
#
#
# patch "packages/classpath/classpath-native.inc"
#  from [f1053899930127b54417bca6f25818bdf90a200e]
#    to [1ac43332aef0a8c639c3aca49bc3319d0ced8273]
#
============================================================
--- packages/classpath/classpath-native.inc	f1053899930127b54417bca6f25818bdf90a200e
+++ packages/classpath/classpath-native.inc	1ac43332aef0a8c639c3aca49bc3319d0ced8273
@@ -6,7 +6,7 @@ SRC_URI = "${GNU_MIRROR}/classpath/class
 
 SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
 
-DEPENDS = "ecj-initial fastjar-native zip-native"
+DEPENDS = "ecj-initial fastjar-native zip-nativei gettext-native"
 
 inherit autotools native
 
@@ -29,7 +29,13 @@ EXTRA_OECONF = "\
   --includedir=${STAGING_INCDIR}/classpath \
   --with-vm=java \
   "
+# hack to get config.rpath in, it comes from gettext
+do_configure_prepend () {
 
+        ${@['','cp ${STAGING_DATADIR}/automake-1.10/config.rpath ${S}'][bb.data.getVar('PREFERRED_VERSION_automake-native',d,1) == '1.10']}
+
+}
+
 do_stage() {
 	oe_runmake install
 }






More information about the Openembedded-commits mailing list