aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-08-11 12:45:18 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-16 00:01:40 +0100
commit4f6059a6582d5fdd7260b816301e939d1e3f3ddb (patch)
treeb43bc4a32c15e933c6cd9dcf8231d76e7b1df132 /meta/recipes-devtools
parent5026730a2f0701ebad4ddf57990b1ae3b484ae72 (diff)
downloadopenembedded-core-contrib-4f6059a6582d5fdd7260b816301e939d1e3f3ddb.tar.gz
pax-utils: check upstream version from debian servers
Gentoo server can be very slow to list the tarball directory. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb b/meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb
index 476fa6f074..c6c49e9b2d 100644
--- a/meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb
+++ b/meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb
@@ -12,6 +12,8 @@ SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz \
SRC_URI[md5sum] = "a580468318f0ff42edf4a8cd314cc942"
SRC_URI[sha256sum] = "7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/p/pax-utils/"
+UPSTREAM_CHECK_REGEX = "pax-utils_(?P<pver>\d+(\.\d+)+)\.orig\.tar"
RDEPENDS_${PN} += "bash"