* [meta-java][kirkstone][PATCH 1/3] Update rhino download link
@ 2023-06-01 15:18 Akash Hadke
2023-08-31 13:48 ` akash hadke
0 siblings, 1 reply; 2+ messages in thread
From: Akash Hadke @ 2023-06-01 15:18 UTC (permalink / raw)
To: openembedded-devel; +Cc: Cameron Miller, Akash Hadke
From: Cameron Miller <cameron.miller@homeaware.com>
(cherry picked from commit e2e9adb228447f52008b98a80a787cf637d968be)
Signed-off-by: Akash Hadke <akash.hadke@kpit.com>
Signed-off-by: Akash Hadke <hadkeakash4@live.com>
---
recipes-core/rhino/rhino_1.7r4.bb | 8 ++++----
1 file 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}"
inherit java-library
SRC_URI = "\
- https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip \
+ https://github.com/mozilla/rhino/archive/refs/tags/Rhino1_7R4_RELEASE.zip \
file://rhino \
file://rhino-jsc \
"
-S = "${WORKDIR}/rhino1_7R4"
+S = "${WORKDIR}/rhino-Rhino1_7R4_RELEASE"
PACKAGES = "${JPN} rhino"
@@ -46,5 +46,5 @@ do_install:append() {
install -m 0755 ${WORKDIR}/rhino-jsc ${D}${bindir}
}
-SRC_URI[md5sum] = "ad67a3dff135e3a70f0c3528a2d6edf2"
-SRC_URI[sha256sum] = "9eb08f85bbe7c8e0b9eaffb1cf4984b31fb679f3c8a682acc3bb8ac20626c61e"
+SRC_URI[md5sum] = "1f893577269631703d31e4de9d5dc1f4"
+SRC_URI[sha256sum] = "860965fc611764745b3a4fc5bd4baac07356a9fedd2ce6642e7bb0bd7ef58d07"
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-java][kirkstone][PATCH 1/3] Update rhino download link
2023-06-01 15:18 [meta-java][kirkstone][PATCH 1/3] Update rhino download link Akash Hadke
@ 2023-08-31 13:48 ` akash hadke
0 siblings, 0 replies; 2+ messages in thread
From: akash hadke @ 2023-08-31 13:48 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 51 bytes --]
Hello Team,
Are we planning to take this change?
[-- Attachment #2: Type: text/html, Size: 55 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-31 13:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01 15:18 [meta-java][kirkstone][PATCH 1/3] Update rhino download link Akash Hadke
2023-08-31 13:48 ` akash hadke
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.