summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-01-19 17:37:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-20 17:07:12 +0000
commitea39ad08ee995c2de3cfeaf5f453ed886ba15538 (patch)
treee370213cfe6cde8968fe1af8620761b9ab41066e /meta/recipes-graphics
parent48a8a8964463415b31542f8f68c60e7f3eef4b79 (diff)
downloadpoky-ea39ad08ee995c2de3cfeaf5f453ed886ba15538.tar.gz
libjpeg-turbo: fix upstream version check (sort of)
We prepend '8d' to the version and at the moment there is no way to strip that out when doing upstream checks. But at least the latest upstream version is reported correctly. (From OE-Core rev: 61c893aa2242896177ebceefb012a3d2499da3c7) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/jpeg/libjpeg-turbo_8d+1.4.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_8d+1.4.2.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_8d+1.4.2.bb
index da1923f466..4859431941 100644
--- a/meta/recipes-graphics/jpeg/libjpeg-turbo_8d+1.4.2.bb
+++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_8d+1.4.2.bb
@@ -14,6 +14,8 @@ BASEPV = "${@d.getVar('PV',True).split('+')[1]}"
14SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${BASEPV}.tar.gz" 14SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${BASEPV}.tar.gz"
15SRC_URI[md5sum] = "86b0d5f7507c2e6c21c00219162c3c44" 15SRC_URI[md5sum] = "86b0d5f7507c2e6c21c00219162c3c44"
16SRC_URI[sha256sum] = "521bb5d3043e7ac063ce3026d9a59cc2ab2e9636c655a2515af5f4706122233e" 16SRC_URI[sha256sum] = "521bb5d3043e7ac063ce3026d9a59cc2ab2e9636c655a2515af5f4706122233e"
17UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libjpeg-turbo/files/"
18UPSTREAM_CHECK_REGEX = "/libjpeg-turbo/files/(?P<pver>(\d+[\.\-_]*)+)/"
17 19
18S = "${WORKDIR}/${BPN}-${BASEPV}" 20S = "${WORKDIR}/${BPN}-${BASEPV}"
19 21