summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-04-24 16:15:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-29 11:17:23 +0100
commitaaba16de6f590ea79c9b54c9a934152c5885f645 (patch)
tree662de97a8a44c24616955518d31ad8729fa3894a
parentac6bc3989349f27e50588b31d92c6fc31b4bc02c (diff)
downloadpoky-aaba16de6f590ea79c9b54c9a934152c5885f645.tar.gz
libproxy: speed up upstream version check
Something in the fetched webpage made the default regex matching really slow. (From OE-Core rev: e4d1100a84e28cb97438c18df6d9f98996a7d578) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libproxy/libproxy_0.4.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.14.bb b/meta/recipes-support/libproxy/libproxy_0.4.14.bb
index 8f56aafd62..fcdb82f06c 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.14.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.14.bb
@@ -11,6 +11,7 @@ DEPENDS = "glib-2.0"
11SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz" 11SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/libproxy/libproxy/releases" 13UPSTREAM_CHECK_URI = "https://github.com/libproxy/libproxy/releases"
14UPSTREAM_CHECK_REGEX = "libproxy-(?P<pver>.*)\.tar"
14 15
15SRC_URI[md5sum] = "272dc378efcc3335154cef30d171e84a" 16SRC_URI[md5sum] = "272dc378efcc3335154cef30d171e84a"
16SRC_URI[sha256sum] = "6220a6cab837a8996116a0568324cadfd09a07ec16b930d2a330e16d5c2e1eb6" 17SRC_URI[sha256sum] = "6220a6cab837a8996116a0568324cadfd09a07ec16b930d2a330e16d5c2e1eb6"