diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-04-23 00:45:15 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-23 23:30:19 +0100 |
| commit | c0407a8ecb4eaa3bf7644483112627cf44c2041d (patch) | |
| tree | 34ede189a0c7b3071eca9881d4a2e4c81c88cb19 /meta/recipes-multimedia/libpng/libpng_1.6.37.bb | |
| parent | 6d61833b755ba72bb7b532da623ee0f4769012b3 (diff) | |
| download | poky-c0407a8ecb4eaa3bf7644483112627cf44c2041d.tar.gz | |
libpng: update to 1.6.37
Removed patch was upsteamed.
License checksums were changed due to modified copyright year and fixed
typo in LICENSE file (see @fef895aa28 and @8da8257d0b).
(From OE-Core rev: cfd21faa77fe81205ad0eb80c47fce37f5d1e2b1)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
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 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb new file mode 100644 index 0000000000..66af2f3d60 --- /dev/null +++ b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "PNG image format decoding library" | ||
| 2 | HOMEPAGE = "http://www.libpng.org/" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "Libpng" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b0085051bf265bac2bfc38bc89f50000\ | ||
| 6 | file://png.h;endline=144;md5=8acd23d544623816b097e07be0139509\ | ||
| 7 | " | ||
| 8 | DEPENDS = "zlib" | ||
| 9 | |||
| 10 | LIBV = "16" | ||
| 11 | |||
| 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz" | ||
| 13 | SRC_URI[md5sum] = "015e8e15db1eecde5f2eb9eb5b6e59e9" | ||
| 14 | SRC_URI[sha256sum] = "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca" | ||
| 15 | |||
| 16 | MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/" | ||
| 17 | |||
| 18 | UPSTREAM_CHECK_URI = "http://libpng.org/pub/png/libpng.html" | ||
| 19 | |||
| 20 | BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" | ||
| 21 | |||
| 22 | inherit autotools binconfig-disabled pkgconfig | ||
| 23 | |||
| 24 | # Work around missing symbols | ||
| 25 | EXTRA_OECONF_append_class-target = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}" | ||
| 26 | |||
| 27 | PACKAGES =+ "${PN}-tools" | ||
| 28 | |||
| 29 | FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp" | ||
| 30 | |||
| 31 | BBCLASSEXTEND = "native nativesdk" | ||
