diff options
author | Cameron Miller <cameron.miller@homeaware.com> | 2023-05-17 09:31:17 -0500 |
---|---|---|
committer | Richard <g0hl1n@users.noreply.github.com> | 2023-05-23 13:22:16 +0200 |
commit | e2e9adb228447f52008b98a80a787cf637d968be (patch) | |
tree | d734f3e47712b8294434720c48a91ea05c1f8a83 | |
parent | bf6ae1dac46dc9894f206c7f81570548dbf6785c (diff) | |
download | meta-java-e2e9adb228447f52008b98a80a787cf637d968be.tar.gz |
Update rhino download link
-rw-r--r-- | recipes-core/rhino/rhino_1.7r4.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-core/rhino/rhino_1.7r4.bb b/recipes-core/rhino/rhino_1.7r4.bb index 54329c1..bb172a5 100644 --- a/recipes-core/rhino/rhino_1.7r4.bb +++ b/recipes-core/rhino/rhino_1.7r4.bb | |||
@@ -11,12 +11,12 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}" | |||
11 | inherit java-library | 11 | inherit java-library |
12 | 12 | ||
13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
14 | https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip \ | 14 | https://github.com/mozilla/rhino/archive/refs/tags/Rhino1_7R4_RELEASE.zip \ |
15 | file://rhino \ | 15 | file://rhino \ |
16 | file://rhino-jsc \ | 16 | file://rhino-jsc \ |
17 | " | 17 | " |
18 | 18 | ||
19 | S = "${WORKDIR}/rhino1_7R4" | 19 | S = "${WORKDIR}/rhino-Rhino1_7R4_RELEASE" |
20 | 20 | ||
21 | PACKAGES = "${JPN} rhino" | 21 | PACKAGES = "${JPN} rhino" |
22 | 22 | ||
@@ -46,5 +46,5 @@ do_install:append() { | |||
46 | install -m 0755 ${WORKDIR}/rhino-jsc ${D}${bindir} | 46 | install -m 0755 ${WORKDIR}/rhino-jsc ${D}${bindir} |
47 | } | 47 | } |
48 | 48 | ||
49 | SRC_URI[md5sum] = "ad67a3dff135e3a70f0c3528a2d6edf2" | 49 | SRC_URI[md5sum] = "1f893577269631703d31e4de9d5dc1f4" |
50 | SRC_URI[sha256sum] = "9eb08f85bbe7c8e0b9eaffb1cf4984b31fb679f3c8a682acc3bb8ac20626c61e" | 50 | SRC_URI[sha256sum] = "860965fc611764745b3a4fc5bd4baac07356a9fedd2ce6642e7bb0bd7ef58d07" |