summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-02-21 21:15:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-22 23:57:27 +0000
commitd9d815852cad5551b658ce6468e0992116004d0e (patch)
treea343f9ab8fefd1b26b237c93c88ef7093822d058 /meta/recipes-devtools
parent05e0e8a576fbe03ab4b7667500aa1894c4b59216 (diff)
downloadpoky-d9d815852cad5551b658ce6468e0992116004d0e.tar.gz
jquery: fix upstream version check
(From OE-Core rev: 28ad55f3cee1446c368e03f1853de46ba4ee4983) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/jquery/jquery_3.4.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/jquery/jquery_3.4.1.bb b/meta/recipes-devtools/jquery/jquery_3.4.1.bb
index e1080aec1d..1bf6ef5c98 100644
--- a/meta/recipes-devtools/jquery/jquery_3.4.1.bb
+++ b/meta/recipes-devtools/jquery/jquery_3.4.1.bb
@@ -14,6 +14,8 @@ SRC_URI[js.sha256sum] = "5a93a88493aa32aab228bf4571c01207d3b42b0002409a454d404b4
14SRC_URI[min.sha256sum] = "0925e8ad7bd971391a8b1e98be8e87a6971919eb5b60c196485941c3c1df089a" 14SRC_URI[min.sha256sum] = "0925e8ad7bd971391a8b1e98be8e87a6971919eb5b60c196485941c3c1df089a"
15SRC_URI[map.sha256sum] = "8da74aec0fcdd7678a2663b3cc9bafbaf009e6d6929b28bb3dd95bced18206f6" 15SRC_URI[map.sha256sum] = "8da74aec0fcdd7678a2663b3cc9bafbaf009e6d6929b28bb3dd95bced18206f6"
16 16
17UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js"
18
17inherit allarch 19inherit allarch
18 20
19do_install() { 21do_install() {