diff options
Diffstat (limited to 'recipes-core/classpath/classpath.inc')
-rw-r--r-- | recipes-core/classpath/classpath.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc index 4c3174b..1a8093e 100644 --- a/recipes-core/classpath/classpath.inc +++ b/recipes-core/classpath/classpath.inc | |||
@@ -21,7 +21,7 @@ RPROVIDES_${PN} = "${PBN}" | |||
21 | RPROVIDES_${PN}-common = "${PBN}-common" | 21 | RPROVIDES_${PN}-common = "${PBN}-common" |
22 | RPROVIDES_${PN}-gtk = "${PBN}-awt" | 22 | RPROVIDES_${PN}-gtk = "${PBN}-awt" |
23 | 23 | ||
24 | PR = "r0" | 24 | PR = "r1" |
25 | 25 | ||
26 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" | 26 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" |
27 | 27 | ||
@@ -37,6 +37,7 @@ EXTRA_OECONF = "\ | |||
37 | --with-vm=java \ | 37 | --with-vm=java \ |
38 | --disable-Werror \ | 38 | --disable-Werror \ |
39 | --with-antlr-jar=${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar \ | 39 | --with-antlr-jar=${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar \ |
40 | --with-gmp=${STAGING_LIBDIR}/.. \ | ||
40 | --disable-alsa \ | 41 | --disable-alsa \ |
41 | --disable-dssi \ | 42 | --disable-dssi \ |
42 | --disable-qt4-peer \ | 43 | --disable-qt4-peer \ |