summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath-native.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-07-18 22:48:50 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-07-19 17:37:39 +0200
commitea76b80108b4c292379e37e01cdbb9d984d74759 (patch)
tree8b3d9567925bfaaaa295e396c6f2ecb907356afe /recipes-core/classpath/classpath-native.inc
parent817d88937ea7fed7d8812ba905a88e2c24d661d7 (diff)
downloadmeta-java-ea76b80108b4c292379e37e01cdbb9d984d74759.tar.gz
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
Diffstat (limited to 'recipes-core/classpath/classpath-native.inc')
-rw-r--r--recipes-core/classpath/classpath-native.inc12
1 files changed, 3 insertions, 9 deletions
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
2HOMEPAGE = "http://www.gnu.org/software/classpath/" 2HOMEPAGE = "http://www.gnu.org/software/classpath/"
3LICENSE = "Classpath" 3LICENSE = "Classpath"
4 4
5DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" 5DEPENDS = "fastjar-native zip-native"
6 6
7PR = "r1" 7inherit autotools native gettext
8
9inherit autotools native
10 8
11SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" 9SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
12 10
13do_configure_prepend () { 11INC_PR = "r5"
14
15 cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}
16}
17 12
18export JAVA="${STAGING_BINDIR_NATIVE}/java-initial" 13export JAVA="${STAGING_BINDIR_NATIVE}/java-initial"
19export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial" 14export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial"
@@ -33,4 +28,3 @@ EXTRA_OECONF = " \
33 --enable-tools \ 28 --enable-tools \
34 --includedir=${STAGING_INCDIR}/classpath \ 29 --includedir=${STAGING_INCDIR}/classpath \
35 " 30 "
36