diff options
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 | |||