summaryrefslogtreecommitdiffstats
path: root/recipes-core/rhino/rhino_1.7r4.bb
diff options
context:
space:
mode:
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}