diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/antlr/antlr_2.7.7.bb | 2 | ||||
-rw-r--r-- | recipes-core/cup/cup_0.10k.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/antlr/antlr_2.7.7.bb b/recipes-core/antlr/antlr_2.7.7.bb index 9d9d2d4..cff9535 100644 --- a/recipes-core/antlr/antlr_2.7.7.bb +++ b/recipes-core/antlr/antlr_2.7.7.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=361934e706423915b4d9f413ad37fb65" | |||
7 | SRC_URI = "http://www.antlr2.org/download/${BP}.tar.gz" | 7 | SRC_URI = "http://www.antlr2.org/download/${BP}.tar.gz" |
8 | SRC_URI_append_class-native = " file://runantlr" | 8 | SRC_URI_append_class-native = " file://runantlr" |
9 | 9 | ||
10 | inherit java-library | 10 | inherit java-library java-bootstrap-components |
11 | 11 | ||
12 | do_configure_class-native() { | 12 | do_configure_class-native() { |
13 | sed -i -e"s|@JAR_FILE@|${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar|" ${WORKDIR}/runantlr | 13 | sed -i -e"s|@JAR_FILE@|${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar|" ${WORKDIR}/runantlr |
diff --git a/recipes-core/cup/cup_0.10k.bb b/recipes-core/cup/cup_0.10k.bb index 2a957f9..f2f254e 100644 --- a/recipes-core/cup/cup_0.10k.bb +++ b/recipes-core/cup/cup_0.10k.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=2c9db91c00f38e52cfc8e67bafaa7c | |||
7 | RDEPENDS_${PN} = "java2-runtime" | 7 | RDEPENDS_${PN} = "java2-runtime" |
8 | RDEPENDS_${PN}_virtclass-native = "" | 8 | RDEPENDS_${PN}_virtclass-native = "" |
9 | 9 | ||
10 | inherit java-library | 10 | inherit java-library java-bootstrap-components |
11 | 11 | ||
12 | SRC_URI = "http://www.cs.princeton.edu/~appel/modern/java/CUP/java_${BPN}_v10k.tar.gz \ | 12 | SRC_URI = "http://www.cs.princeton.edu/~appel/modern/java/CUP/java_${BPN}_v10k.tar.gz \ |
13 | file://cup \ | 13 | file://cup \ |