[oe-commits] org.oe.dev classpath: classpath non-native needs the libtool rpath hack as well

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:07:58 UTC 2008


classpath: classpath non-native needs the libtool rpath hack as well

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 461b0f25ec4df76026bbc143ddf9a76a9690fd9e
ViewMTN: http://monotone.openembedded.org/revision/info/461b0f25ec4df76026bbc143ddf9a76a9690fd9e
Files:
1
packages/classpath/classpath.inc
Diffs:

#
# mt diff -r304f5708f1e1ca20f8f5be8b42096bec08d34c37 -r461b0f25ec4df76026bbc143ddf9a76a9690fd9e
#
#
#
# patch "packages/classpath/classpath.inc"
#  from [38c3e19b11832c4ee048c930972f95afbc256c0c]
#    to [ec953cce26d7aeec31b06aa3dbce43c70686a735]
#
============================================================
--- packages/classpath/classpath.inc	38c3e19b11832c4ee048c930972f95afbc256c0c
+++ packages/classpath/classpath.inc	ec953cce26d7aeec31b06aa3dbce43c70686a735
@@ -30,6 +30,14 @@ inherit autotools
 
 inherit autotools
 
+# hack to get config.rpath in, it comes from gettext
+do_configure_prepend () {
+
+        ${@['','cp ${STAGING_DATADIR_NATIVE}/automake-1.10/config.rpath ${S}'][bb.data.getVar('PREFERRED_VERSION_automake-native',d,1) == '1.10']}
+
+}
+	
+
 do_stage() {
 	install -d ${STAGING_INCDIR}/classpath
 	install -m 0644 include/jni* ${STAGING_INCDIR}/classpath






More information about the Openembedded-commits mailing list