diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-15 12:53:59 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-20 23:17:53 +0100 |
| commit | a31b354b4949372c8978d336751dcda2f8a9f997 (patch) | |
| tree | 4bef6d92e5156b1d141416374f009d671f7f47f0 /meta/recipes-multimedia/libpng/libpng_1.6.37.bb | |
| parent | 79046cab23a13d95e3e8d589c237cf457249dd24 (diff) | |
| download | poky-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.bb | 35 |
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 @@ | |||
| 1 | SUMMARY = "PNG image format decoding library" | ||
| 2 | DESCRIPTION = "An open source project to develop and maintain the reference \ | ||
| 3 | library for use in applications that read, create, and manipulate PNG \ | ||
| 4 | (Portable Network Graphics) raster image files. " | ||
| 5 | HOMEPAGE = "http://www.libpng.org/" | ||
| 6 | SECTION = "libs" | ||
| 7 | LICENSE = "Libpng" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b0085051bf265bac2bfc38bc89f50000" | ||
| 9 | DEPENDS = "zlib" | ||
| 10 | |||
| 11 | LIBV = "16" | ||
| 12 | |||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" | ||
| 14 | SRC_URI[md5sum] = "015e8e15db1eecde5f2eb9eb5b6e59e9" | ||
| 15 | SRC_URI[sha256sum] = "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca" | ||
| 16 | |||
| 17 | MIRRORS += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/older-releases/" | ||
| 18 | |||
| 19 | UPSTREAM_CHECK_URI = "http://libpng.org/pub/png/libpng.html" | ||
| 20 | |||
| 21 | BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" | ||
| 22 | |||
| 23 | inherit autotools binconfig-disabled pkgconfig | ||
| 24 | |||
| 25 | # Work around missing symbols | ||
| 26 | EXTRA_OECONF:append:class-target = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off", d)}" | ||
| 27 | |||
| 28 | PACKAGES =+ "${PN}-tools" | ||
| 29 | |||
| 30 | FILES:${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp" | ||
| 31 | |||
| 32 | BBCLASSEXTEND = "native nativesdk" | ||
| 33 | |||
| 34 | # CVE-2019-17371 is actually a memory leak in gif2png 2.x | ||
| 35 | CVE_CHECK_IGNORE += "CVE-2019-17371" | ||
