aboutsummaryrefslogtreecommitdiffstats
path: root/packages/classpath
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-07-27 14:54:37 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-07-27 14:54:37 +0000
commit6271375d8dedfae87376847c2942f2d9fda43e4f (patch)
tree3cac8b7a4d77dbda479819142be9b9c733326dd8 /packages/classpath
parent3e55b91527393ec9ebe2d1ecd2fd59281206d118 (diff)
downloadopenembedded-6271375d8dedfae87376847c2942f2d9fda43e4f.tar.gz
classpath-initial: fix libtool2 error
Diffstat (limited to 'packages/classpath')
-rw-r--r--packages/classpath/classpath-native.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc
index 94eac9633e..3094dca924 100644
--- a/packages/classpath/classpath-native.inc
+++ b/packages/classpath/classpath-native.inc
@@ -6,7 +6,7 @@ S = "${WORKDIR}/classpath-${PV}"
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,6 +29,12 @@ 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