From ea76b80108b4c292379e37e01cdbb9d984d74759 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 18 Jul 2012 22:48:50 +0200 Subject: classpath: update to version 0.99 * switch to INC_PR for native and initial * clean up dependencies * inherit gettext class instead of depeding directly on the package * clean up patches --- recipes-core/classpath/classpath-native.inc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'recipes-core/classpath/classpath-native.inc') diff --git a/recipes-core/classpath/classpath-native.inc b/recipes-core/classpath/classpath-native.inc index 16c1498..541c243 100644 --- a/recipes-core/classpath/classpath-native.inc +++ b/recipes-core/classpath/classpath-native.inc @@ -2,18 +2,13 @@ DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent HOMEPAGE = "http://www.gnu.org/software/classpath/" LICENSE = "Classpath" -DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" +DEPENDS = "fastjar-native zip-native" -PR = "r1" - -inherit autotools native +inherit autotools native gettext SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" -do_configure_prepend () { - - cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S} -} +INC_PR = "r5" export JAVA="${STAGING_BINDIR_NATIVE}/java-initial" export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial" @@ -33,4 +28,3 @@ EXTRA_OECONF = " \ --enable-tools \ --includedir=${STAGING_INCDIR}/classpath \ " - -- cgit v1.2.3-54-g00ecf