summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng/libpng_1.6.37.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-15 12:53:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-20 23:17:53 +0100
commita31b354b4949372c8978d336751dcda2f8a9f997 (patch)
tree4bef6d92e5156b1d141416374f009d671f7f47f0 /meta/recipes-multimedia/libpng/libpng_1.6.37.bb
parent79046cab23a13d95e3e8d589c237cf457249dd24 (diff)
downloadpoky-a31b354b4949372c8978d336751dcda2f8a9f997.tar.gz
libpng: upgrade 1.6.37 -> 1.6.38
License checksum changed to to copyright year changes. (From OE-Core rev: 47719f3195156aadc23dd4abdba38acfa3f77a1f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libpng/libpng_1.6.37.bb')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.6.37.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb
deleted file mode 100644
index 61e3d92e95..0000000000
--- a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1SUMMARY = "PNG image format decoding library"
2DESCRIPTION = "An open source project to develop and maintain the reference \
3library for use in applications that read, create, and manipulate PNG \
4(Portable Network Graphics) raster image files. "
5HOMEPAGE = "http://www.libpng.org/"
6SECTION = "libs"
7LICENSE = "Libpng"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=b0085051bf265bac2bfc38bc89f50000"
9DEPENDS = "zlib"
10
11LIBV = "16"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
14SRC_URI[md5sum] = "015e8e15db1eecde5f2eb9eb5b6e59e9"
15SRC_URI[sha256sum] = "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca"
16
17MIRRORS += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/older-releases/"
18
19UPSTREAM_CHECK_URI = "http://libpng.org/pub/png/libpng.html"
20
21BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
22
23inherit autotools binconfig-disabled pkgconfig
24
25# Work around missing symbols
26EXTRA_OECONF:append:class-target = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off", d)}"
27
28PACKAGES =+ "${PN}-tools"
29
30FILES:${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp"
31
32BBCLASSEXTEND = "native nativesdk"
33
34# CVE-2019-17371 is actually a memory leak in gif2png 2.x
35CVE_CHECK_IGNORE += "CVE-2019-17371"