diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2021-03-11 11:28:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-12 15:35:09 +0000 |
commit | 88c82eac7ef4a102528502a8d7316db65aa54890 (patch) | |
tree | 921a63864e0b87f64895858a260045b1ae9c0621 | |
parent | 473ba58c82ea9827eb3c68880fc3107e7179492b (diff) | |
download | poky-88c82eac7ef4a102528502a8d7316db65aa54890.tar.gz |
jquery: upgrade 3.5.1 -> 3.6.0
License file updated:
Copyright changed from "JS Foundation" to "OpenJS Foundation"
Source code changed
(From OE-Core rev: 67289ad7c93628d7576670121909ccc0aee157ed)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/jquery/jquery_3.6.0.bb (renamed from meta/recipes-devtools/jquery/jquery_3.5.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/jquery/jquery_3.5.1.bb b/meta/recipes-devtools/jquery/jquery_3.6.0.bb index cfc32952cd..65905966c1 100644 --- a/meta/recipes-devtools/jquery/jquery_3.5.1.bb +++ b/meta/recipes-devtools/jquery/jquery_3.6.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://jquery.com/" | |||
3 | DESCRIPTION = "${SUMMARY}" | 3 | DESCRIPTION = "${SUMMARY}" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | SECTION = "devel" | 5 | SECTION = "devel" |
6 | LIC_FILES_CHKSUM = "file://${S}/${BP}.js;beginline=8;endline=10;md5=ebd7bc5d23ab165188e526a0c65d24bb" | 6 | LIC_FILES_CHKSUM = "file://${S}/${BP}.js;beginline=8;endline=10;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,9 +13,9 @@ 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 | ||
16 | SRC_URI[js.sha256sum] = "416a3b2c3bf16d64f6b5b6d0f7b079df2267614dd6847fc2f3271b4409233c37" | 16 | SRC_URI[js.sha256sum] = "1fe2bb5390a75e5d61e72c107cab528fc3c29a837d69aab7d200e1dbb5dcd239" |
17 | SRC_URI[min.sha256sum] = "f7f6a5894f1d19ddad6fa392b2ece2c5e578cbf7da4ea805b6885eb6985b6e3d" | 17 | SRC_URI[min.sha256sum] = "ff1523fb7389539c84c65aba19260648793bb4f5e29329d2ee8804bc37a3fe6e" |
18 | SRC_URI[map.sha256sum] = "511d6f6d3e7acec78cd2505f04282b6e01329b4c24931f39d91739d0d1ddeef8" | 18 | SRC_URI[map.sha256sum] = "399548fb0e7b146c12f5ba18099a47d594a970fee96212eee0ab4852f3e56782" |
19 | 19 | ||
20 | UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" | 20 | UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" |
21 | 21 | ||