diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-03-15 12:39:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-20 09:59:31 +0000 |
commit | de3e16b675bde2d6f919b08a0a7fd358dc0deab3 (patch) | |
tree | 915f55567c80e4b2a9bd8f22eb823d44d1a9f896 | |
parent | c996eaaf23a787906b92e29a0586dcf77de36d7e (diff) | |
download | poky-de3e16b675bde2d6f919b08a0a7fd358dc0deab3.tar.gz |
libpng: fix upstream version check
Sourceforge for some reason claims an older version is 'the latest'.
(From OE-Core rev: 612075ddebd40af4f9908028e40bd6a46a2a4d63)
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-multimedia/libpng/libpng_1.6.34.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.34.bb b/meta/recipes-multimedia/libpng/libpng_1.6.34.bb index 88ea586bdb..e52d032289 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.34.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.34.bb | |||
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c6 | |||
14 | 14 | ||
15 | MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/" | 15 | MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "http://libpng.org/pub/png/libpng.html" | ||
18 | |||
17 | BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" | 19 | BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" |
18 | 20 | ||
19 | inherit autotools binconfig-disabled pkgconfig | 21 | inherit autotools binconfig-disabled pkgconfig |