diff mbox series

[meta-java,kirkstone,2/3] Switch to use git SRCREV

Message ID TYZPR06MB502635F16D1EC81A60ED88D784499@TYZPR06MB5026.apcprd06.prod.outlook.com
State New
Headers show
Series [meta-java,kirkstone,1/3] Update rhino download link | expand

Commit Message

akash hadke June 1, 2023, 3:18 p.m. UTC
From: Cameron Miller <cameron.miller@homeaware.com>

(cherry picked from commit 7fcb6fdace27e25551f84ef4fe730b712a4a5fd0)
Signed-off-by: Akash Hadke <akash.hadke@kpit.com>
Signed-off-by: Akash Hadke <hadkeakash4@live.com>
---
 recipes-core/rhino/rhino_1.7r4.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/recipes-core/rhino/rhino_1.7r4.bb b/recipes-core/rhino/rhino_1.7r4.bb
index bb172a5..9a580d5 100644
--- a/recipes-core/rhino/rhino_1.7r4.bb
+++ b/recipes-core/rhino/rhino_1.7r4.bb
@@ -10,13 +10,14 @@  PACKAGE_ARCH = "${TUNE_PKGARCH}"
 
 inherit java-library
 
+SRCREV = "82ffb8f3e09e77e3b1f5782c35b621e7ca742b58"
 SRC_URI = "\
-	https://github.com/mozilla/rhino/archive/refs/tags/Rhino1_7R4_RELEASE.zip \
+	git://github.com/mozilla/rhino;protocol=https;branch=master \
 	file://rhino \
 	file://rhino-jsc \
 	"
 
-S = "${WORKDIR}/rhino-Rhino1_7R4_RELEASE"
+S = "${WORKDIR}/git"
 
 PACKAGES = "${JPN} rhino"