summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng/libpng_1.6.10.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2014-04-23 14:41:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-24 17:55:13 +0100
commit144296f206fdaa2acd6913dc9cd00a930d95e2f5 (patch)
tree7f557750a5cd9b76aef82c1e9c0a6cea681cd3f6 /meta/recipes-multimedia/libpng/libpng_1.6.10.bb
parent2a129dd370fafd6733ff136e0c7c801ea451091b (diff)
downloadpoky-144296f206fdaa2acd6913dc9cd00a930d95e2f5.tar.gz
libpng: bump to 1.6.10
1. Fixes CVE-2014-0333 2. There are changes in License checksums. This is due to new contributor names being added to LICENSE and png.h file contains version of the new release.So, license remains the same. (From OE-Core rev: 270e82399915d1f620756e380464f984c8a2cda8) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libpng/libpng_1.6.10.bb')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.6.10.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.10.bb b/meta/recipes-multimedia/libpng/libpng_1.6.10.bb
new file mode 100644
index 0000000000..0f514f8b73
--- /dev/null
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.10.bb
@@ -0,0 +1,27 @@
1SUMMARY = "PNG image format decoding library"
2HOMEPAGE = "http://www.libpng.org/"
3SECTION = "libs"
4LICENSE = "Libpng"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=cb7a834ba2891bc30b8577e49963a435 \
6 file://png.h;endline=15;md5=853b11c4a19ec66decd641efd756bc2c \
7 file://png.h;beginline=209;endline=323;md5=cface34a7db6b71eaa828fe934951f81"
8DEPENDS = "zlib"
9LIBV = "16"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
12 file://0001-configure-lower-automake-requirement.patch \
13 "
14
15SRC_URI[md5sum] = "5f414b20f683b1d96b163c89e3eff768"
16SRC_URI[sha256sum] = "4003f0fd0e36110a2b742fc5b9e1ab93ed7a7ab57ae8dc65f0e8101458775a56"
17
18inherit autotools binconfig pkgconfig
19
20# Work around missing symbols
21EXTRA_OECONF_append_arm = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}"
22
23PACKAGES =+ "${PN}-tools"
24
25FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix"
26
27BBCLASSEXTEND = "native nativesdk"