From: Alexander Kanavin Date: Thu, 10 Dec 2015 12:39:53 +0000 (+0200) Subject: docbook-xsl-stylesheets: fix UPSTREAM_CHECK_REGEX X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28010 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491e85a16b8aa92137609d99aa3eaad68df046f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git docbook-xsl-stylesheets: fix UPSTREAM_CHECK_REGEX Versions ending in .0 are release candidates, so exclude those. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb index 878e7cf1ba4..3c4ed6adeda 100644 --- a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb +++ b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb @@ -12,7 +12,8 @@ SRC_URI[md5sum] = "6dd0f89131cc35bf4f2ed105a1c17771" SRC_URI[sha256sum] = "c98f7296ab5c8ccd2e0bc07634976a37f50847df2d8a59bdb1e157664700b467" UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/docbook/files/docbook-xsl/" -UPSTREAM_CHECK_REGEX = "/docbook-xsl/(?P(\d+[\.\-_]*)+)/" +# Reject versions ending in .0 as those are release candidates +UPSTREAM_CHECK_REGEX = "/docbook-xsl/(?P(\d+[\.\-_]*)+(?!\.0)\.\d+)/" S = "${WORKDIR}/docbook-xsl-${PV}"