summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng/libpng_1.2.44.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-07-18 18:32:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:27:32 +0100
commitf7b344edf0eacb66163ef4e2b01a2b08d1f5f50c (patch)
tree4b79acabfc931d8246c95245f68fcd634e47dcee /meta/recipes-multimedia/libpng/libpng_1.2.44.bb
parent1dd5095ff703b7813cb7cb12091078e28e0f9ee0 (diff)
downloadpoky-f7b344edf0eacb66163ef4e2b01a2b08d1f5f50c.tar.gz
libpng: upgrade to v1.2.46
This addresses the following security advisories: * CVE-2011-2690 * CVE-2011-2692 This fixes bug [YOCTO #1255] The LICENSE and png.h checksum changes were due to trivial changes in the files. (From OE-Core rev: e912fc9d20298140ad0b69899e20a1494f21b37e) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libpng/libpng_1.2.44.bb')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.2.44.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.2.44.bb b/meta/recipes-multimedia/libpng/libpng_1.2.44.bb
deleted file mode 100644
index d81a5c1fa2..0000000000
--- a/meta/recipes-multimedia/libpng/libpng_1.2.44.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "PNG Library"
2HOMEPAGE = "http://www.libpng.org/"
3SECTION = "libs"
4LICENSE = "Libpng"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a294a2bb08b7f25558119edbfd6b2e92 \
6 file://png.h;startline=172;endline=261;md5=3253923f0093658f470e52a06ddcf4e7"
7DEPENDS = "zlib"
8PR = "r0"
9
10SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2"
11
12SRC_URI[md5sum] = "e3ac7879d62ad166a6f0c7441390d12b"
13SRC_URI[sha256sum] = "b9ab20f1c2c3bf6c4448fd9bd8a4a8905b918114d5fada56c97bb758a17b7215"
14
15inherit autotools binconfig pkgconfig
16
17PACKAGES =+ "${PN}12-dbg ${PN}12 ${PN}12-dev"
18
19FILES_${PN}12-dbg = "${libdir}/.debug/libpng12*"
20FILES_${PN}12 = "${libdir}/libpng12${SOLIBS}"
21FILES_${PN}12-dev = "${libdir}/libpng12.* ${includedir}/libpng12 ${libdir}/pkgconfig/libpng12.pc"
22FILES_${PN} = "${libdir}/lib*${SOLIBS}"
23FILES_${PN}-dev += " ${bindir} ${sbindir}"
24
25BBCLASSEXTEND = "native"