summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Miller <cameron.miller@homeaware.com>2023-05-17 15:09:33 -0500
committerRichard <g0hl1n@users.noreply.github.com>2023-09-01 12:00:48 +0200
commitcb488b8dcb8db1f3d3d00bb25bd5b269fd7af833 (patch)
treed86a0a3abe168205e27ac7f9ac0da9efc190a366
parent6cf1a3e210631fd3c5814cacb9daa5ec8b23983d (diff)
downloadmeta-java-cb488b8dcb8db1f3d3d00bb25bd5b269fd7af833.tar.gz
Switch to use git SRCREV
(cherry picked from commit 7fcb6fdace27e25551f84ef4fe730b712a4a5fd0)
-rw-r--r--recipes-core/rhino/rhino_1.7r4.bb5
1 files 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}"
10 10
11inherit java-library 11inherit java-library
12 12
13SRCREV = "82ffb8f3e09e77e3b1f5782c35b621e7ca742b58"
13SRC_URI = "\ 14SRC_URI = "\
14 https://github.com/mozilla/rhino/archive/refs/tags/Rhino1_7R4_RELEASE.zip \ 15 git://github.com/mozilla/rhino;protocol=https;branch=master \
15 file://rhino \ 16 file://rhino \
16 file://rhino-jsc \ 17 file://rhino-jsc \
17 " 18 "
18 19
19S = "${WORKDIR}/rhino-Rhino1_7R4_RELEASE" 20S = "${WORKDIR}/git"
20 21
21PACKAGES = "${JPN} rhino" 22PACKAGES = "${JPN} rhino"
22 23