diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-07-18 22:48:50 +0200 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-07-19 17:37:39 +0200 |
| commit | ea76b80108b4c292379e37e01cdbb9d984d74759 (patch) | |
| tree | 8b3d9567925bfaaaa295e396c6f2ecb907356afe /recipes-core/classpath/classpath-native.inc | |
| parent | 817d88937ea7fed7d8812ba905a88e2c24d661d7 (diff) | |
| download | meta-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.inc | 12 |
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 | |||
| 2 | HOMEPAGE = "http://www.gnu.org/software/classpath/" | 2 | HOMEPAGE = "http://www.gnu.org/software/classpath/" |
| 3 | LICENSE = "Classpath" | 3 | LICENSE = "Classpath" |
| 4 | 4 | ||
| 5 | DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" | 5 | DEPENDS = "fastjar-native zip-native" |
| 6 | 6 | ||
| 7 | PR = "r1" | 7 | inherit autotools native gettext |
| 8 | |||
| 9 | inherit autotools native | ||
| 10 | 8 | ||
| 11 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" | 9 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" |
| 12 | 10 | ||
| 13 | do_configure_prepend () { | 11 | INC_PR = "r5" |
| 14 | |||
| 15 | cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S} | ||
| 16 | } | ||
| 17 | 12 | ||
| 18 | export JAVA="${STAGING_BINDIR_NATIVE}/java-initial" | 13 | export JAVA="${STAGING_BINDIR_NATIVE}/java-initial" |
| 19 | export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial" | 14 | export 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 | |||
