From 7fcb6fdace27e25551f84ef4fe730b712a4a5fd0 Mon Sep 17 00:00:00 2001 From: Cameron Miller Date: Wed, 17 May 2023 15:09:33 -0500 Subject: Switch to use git SRCREV --- recipes-core/rhino/rhino_1.7r4.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- cgit v1.2.3-54-g00ecf