summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/jquery
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/jquery')
-rw-r--r--meta/recipes-devtools/jquery/jquery_3.7.1.bb (renamed from meta/recipes-devtools/jquery/jquery_3.5.1.bb)14
1 files changed, 9 insertions, 5 deletions
diff --git a/meta/recipes-devtools/jquery/jquery_3.5.1.bb b/meta/recipes-devtools/jquery/jquery_3.7.1.bb
index cfc32952cd..33147b493c 100644
--- a/meta/recipes-devtools/jquery/jquery_3.5.1.bb
+++ b/meta/recipes-devtools/jquery/jquery_3.7.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://jquery.com/"
3DESCRIPTION = "${SUMMARY}" 3DESCRIPTION = "${SUMMARY}"
4LICENSE = "MIT" 4LICENSE = "MIT"
5SECTION = "devel" 5SECTION = "devel"
6LIC_FILES_CHKSUM = "file://${S}/${BP}.js;beginline=8;endline=10;md5=ebd7bc5d23ab165188e526a0c65d24bb" 6LIC_FILES_CHKSUM = "file://${S}/${BP}.js;beginline=5;endline=7;md5=9c7c6e9ab275fc1e0d99cb7180ecd14c"
7 7
8# unpack items to ${S} so the archiver can see them 8# unpack items to ${S} so the archiver can see them
9# 9#
@@ -13,12 +13,16 @@ SRC_URI = "\
13 https://code.jquery.com/${BP}.min.map;name=map;subdir=${BP} \ 13 https://code.jquery.com/${BP}.min.map;name=map;subdir=${BP} \
14 " 14 "
15 15
16SRC_URI[js.sha256sum] = "416a3b2c3bf16d64f6b5b6d0f7b079df2267614dd6847fc2f3271b4409233c37" 16SRC_URI[js.sha256sum] = "78a85aca2f0b110c29e0d2b137e09f0a1fb7a8e554b499f740d6744dc8962cfe"
17SRC_URI[min.sha256sum] = "f7f6a5894f1d19ddad6fa392b2ece2c5e578cbf7da4ea805b6885eb6985b6e3d" 17SRC_URI[min.sha256sum] = "fc9a93dd241f6b045cbff0481cf4e1901becd0e12fb45166a8f17f95823f0b1a"
18SRC_URI[map.sha256sum] = "511d6f6d3e7acec78cd2505f04282b6e01329b4c24931f39d91739d0d1ddeef8" 18SRC_URI[map.sha256sum] = "5e7d6d9c28b7f21006535e8875eb47e9667852a14c4624eed301c6cea19ae62b"
19 19
20UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" 20UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js"
21 21
22# https://github.com/jquery/jquery/issues/3927
23CVE_STATUS[CVE-2007-2379] = "upstream-wontfix: There are ways jquery can expose security issues but any issues \
24are in the apps exposing them and there is little we can directly do."
25
22inherit allarch 26inherit allarch
23 27
24do_install() { 28do_install() {
@@ -29,6 +33,6 @@ do_install() {
29} 33}
30 34
31PACKAGES = "${PN}" 35PACKAGES = "${PN}"
32FILES_${PN} = "${datadir}" 36FILES:${PN} = "${datadir}"
33 37
34BBCLASSEXTEND += "native nativesdk" 38BBCLASSEXTEND += "native nativesdk"