summaryrefslogtreecommitdiffstats
path: root/recipes-core/rhino/rhino_1.7r4.bb
diff options
context:
space:
mode:
authorAJ Bagwell <anthony.bagwell@hivehome.com>2021-08-09 14:09:37 +0100
committerRichard Leitner <richard.leitner@skidata.com>2021-08-11 07:19:27 +0200
commitb71a9866abfd5292650ef0afc5ecb9ab5e29b887 (patch)
tree8e7cfd6025f06b4138e2f5fbca61dce7d3a13bac /recipes-core/rhino/rhino_1.7r4.bb
parent984f25b6deb5fe4acf82d51c04b2c1392a542723 (diff)
downloadmeta-java-b71a9866abfd5292650ef0afc5ecb9ab5e29b887.tar.gz
all: run convert-overrides (0.9.3) script to convert to new override format
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/rhino/rhino_1.7r4.bb')
-rw-r--r--recipes-core/rhino/rhino_1.7r4.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-core/rhino/rhino_1.7r4.bb b/recipes-core/rhino/rhino_1.7r4.bb
index 4242005..54329c1 100644
--- a/recipes-core/rhino/rhino_1.7r4.bb
+++ b/recipes-core/rhino/rhino_1.7r4.bb
@@ -2,7 +2,7 @@ SUMMARY = "Lexical analyzer generator for Java"
2LICENSE = "MPL-2.0" 2LICENSE = "MPL-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458"
4 4
5DEPENDS_class-native += "classpath-native" 5DEPENDS:class-native += "classpath-native"
6 6
7BBCLASSEXTEND = "native" 7BBCLASSEXTEND = "native"
8 8
@@ -20,9 +20,9 @@ S = "${WORKDIR}/rhino1_7R4"
20 20
21PACKAGES = "${JPN} rhino" 21PACKAGES = "${JPN} rhino"
22 22
23FILES_${PN} = "${bindir}/rhino ${bindir}/rhino-jsc" 23FILES:${PN} = "${bindir}/rhino ${bindir}/rhino-jsc"
24RDEPENDS_${PN} = "java2-runtime ${JPN}" 24RDEPENDS:${PN} = "java2-runtime ${JPN}"
25RDEPENDS_${PN}_class-native = "" 25RDEPENDS:${PN}:class-native = ""
26 26
27do_compile() { 27do_compile() {
28 mkdir -p build 28 mkdir -p build
@@ -39,7 +39,7 @@ do_compile() {
39 fastjar cfm ${JARFILENAME} ${S}/src/manifest -C build . 39 fastjar cfm ${JARFILENAME} ${S}/src/manifest -C build .
40} 40}
41 41
42do_install_append() { 42do_install:append() {
43 install -d ${D}${bindir} 43 install -d ${D}${bindir}
44 44
45 install -m 0755 ${WORKDIR}/rhino ${D}${bindir} 45 install -m 0755 ${WORKDIR}/rhino ${D}${bindir}