summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoschi2804 <josef.kraxner@student.tugraz.at>2023-05-25 11:25:40 +0200
committerRichard <g0hl1n@users.noreply.github.com>2023-05-25 21:40:12 +0200
commit8f514bc94704bd584be6af7ef1d0d0a0cec376ae (patch)
treea5b76659c5aed36685c1e7f0d20819f762af65b2
parent3af889e112ddb5c677990535b1e0209c08f68e3f (diff)
downloadmeta-java-8f514bc94704bd584be6af7ef1d0d0a0cec376ae.tar.gz
Backport rhino to dunfell
-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 54329c1..d0d9c0c 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/downloads/mozilla/rhino/rhino1_7R4.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}/rhino1_7R4" 20S = "${WORKDIR}/git"
20 21
21PACKAGES = "${JPN} rhino" 22PACKAGES = "${JPN} rhino"
22 23