diff options
| author | AJ Bagwell <anthony.bagwell@hivehome.com> | 2021-08-09 14:09:37 +0100 |
|---|---|---|
| committer | Richard Leitner <richard.leitner@skidata.com> | 2021-08-11 07:19:27 +0200 |
| commit | b71a9866abfd5292650ef0afc5ecb9ab5e29b887 (patch) | |
| tree | 8e7cfd6025f06b4138e2f5fbca61dce7d3a13bac /recipes-core/rhino | |
| parent | 984f25b6deb5fe4acf82d51c04b2c1392a542723 (diff) | |
| download | meta-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')
| -rw-r--r-- | recipes-core/rhino/rhino_1.7r4.bb | 10 |
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" | |||
| 2 | LICENSE = "MPL-2.0" | 2 | LICENSE = "MPL-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458" |
| 4 | 4 | ||
| 5 | DEPENDS_class-native += "classpath-native" | 5 | DEPENDS:class-native += "classpath-native" |
| 6 | 6 | ||
| 7 | BBCLASSEXTEND = "native" | 7 | BBCLASSEXTEND = "native" |
| 8 | 8 | ||
| @@ -20,9 +20,9 @@ S = "${WORKDIR}/rhino1_7R4" | |||
| 20 | 20 | ||
| 21 | PACKAGES = "${JPN} rhino" | 21 | PACKAGES = "${JPN} rhino" |
| 22 | 22 | ||
| 23 | FILES_${PN} = "${bindir}/rhino ${bindir}/rhino-jsc" | 23 | FILES:${PN} = "${bindir}/rhino ${bindir}/rhino-jsc" |
| 24 | RDEPENDS_${PN} = "java2-runtime ${JPN}" | 24 | RDEPENDS:${PN} = "java2-runtime ${JPN}" |
| 25 | RDEPENDS_${PN}_class-native = "" | 25 | RDEPENDS:${PN}:class-native = "" |
| 26 | 26 | ||
| 27 | do_compile() { | 27 | do_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 | ||
| 42 | do_install_append() { | 42 | do_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} |
