summaryrefslogtreecommitdiffstats
path: root/recipes-core/jlex/jlex_1.2.6.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/jlex/jlex_1.2.6.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/jlex/jlex_1.2.6.bb')
-rw-r--r--recipes-core/jlex/jlex_1.2.6.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-core/jlex/jlex_1.2.6.bb b/recipes-core/jlex/jlex_1.2.6.bb
index 3c14e4c..48ec357 100644
--- a/recipes-core/jlex/jlex_1.2.6.bb
+++ b/recipes-core/jlex/jlex_1.2.6.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://${JLEX_MAIN_FILENAME};beginline=148;endline=166;md5=9
7 7
8PACKAGE_ARCH = "${TUNE_PKGARCH}" 8PACKAGE_ARCH = "${TUNE_PKGARCH}"
9 9
10RDEPENDS_${PN} = "java2-runtime" 10RDEPENDS:${PN} = "java2-runtime"
11RDEPENDS_${PN}_class-native = "" 11RDEPENDS:${PN}:class-native = ""
12 12
13inherit java-library 13inherit java-library
14 14
@@ -35,14 +35,14 @@ do_compile() {
35 fastjar cf ${BP}.jar -C build . 35 fastjar cf ${BP}.jar -C build .
36} 36}
37 37
38do_install_append() { 38do_install:append() {
39 install -d ${D}${bindir} 39 install -d ${D}${bindir}
40 install -m 0755 jlex ${D}${bindir}/ 40 install -m 0755 jlex ${D}${bindir}/
41} 41}
42 42
43PACKAGES = "${PN}" 43PACKAGES = "${PN}"
44 44
45FILES_${PN} += "${datadir_java}" 45FILES:${PN} += "${datadir_java}"
46 46
47SRC_URI[md5sum] = "fe0cff5db3e2f0f5d67a153cf6c783af" 47SRC_URI[md5sum] = "fe0cff5db3e2f0f5d67a153cf6c783af"
48SRC_URI[sha256sum] = "aeebaece3b3a53972bb0ba0f810540386c267070ee9dca6ffa43c6ff74a54bd7" 48SRC_URI[sha256sum] = "aeebaece3b3a53972bb0ba0f810540386c267070ee9dca6ffa43c6ff74a54bd7"