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-05-23 13:22:16 +0200
commit7fcb6fdace27e25551f84ef4fe730b712a4a5fd0 (patch)
treefb025c935eb9bb2c854b656517c6dfd57b73c6f9
parente2e9adb228447f52008b98a80a787cf637d968be (diff)
downloadmeta-java-7fcb6fdace27e25551f84ef4fe730b712a4a5fd0.tar.gz
Switch to use git SRCREV
-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