]> code.ossystems Code Review - openembedded-core.git/commitdiff
jquery: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 21 Feb 2020 20:15:42 +0000 (21:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 Feb 2020 23:51:46 +0000 (23:51 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/jquery/jquery_3.4.1.bb

index e1080aec1d1fc2b555c20f243aa045bfa8e1317d..1bf6ef5c9839beb95533bbf83335255136dc267c 100644 (file)
@@ -14,6 +14,8 @@ SRC_URI[js.sha256sum] = "5a93a88493aa32aab228bf4571c01207d3b42b0002409a454d404b4
 SRC_URI[min.sha256sum] = "0925e8ad7bd971391a8b1e98be8e87a6971919eb5b60c196485941c3c1df089a"
 SRC_URI[map.sha256sum] = "8da74aec0fcdd7678a2663b3cc9bafbaf009e6d6929b28bb3dd95bced18206f6"
 
+UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js"
+
 inherit allarch
 
 do_install() {