summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng/libpng_1.2.46.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-04-24 22:13:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-26 10:05:17 +0100
commit34e6d297e3f5e35c5571967ff4e50d25a78fba91 (patch)
treee6e87faf99f718556186a7d9f19341d024e48288 /meta/recipes-multimedia/libpng/libpng_1.2.46.bb
parent949f0acf22199e244d81d71341557596cfe9c597 (diff)
downloadpoky-34e6d297e3f5e35c5571967ff4e50d25a78fba91.tar.gz
libpng: upgrade to 1.2.49
License hasn't changed, just updated the md5 checksums due to trivial date changes within the text (and the position of the license text within png.h). Addresses CVE-2011-3045 Fixes [YOCTO #2352] (From OE-Core rev: a2009fd8548d818c4e647dae554b98074bd3eecd) 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.46.bb')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.2.46.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.2.46.bb b/meta/recipes-multimedia/libpng/libpng_1.2.46.bb
deleted file mode 100644
index 142f2b90fe..0000000000
--- a/meta/recipes-multimedia/libpng/libpng_1.2.46.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "PNG Library"
2DESCRIPTION = "PNG Library"
3HOMEPAGE = "http://www.libpng.org/"
4SECTION = "libs"
5LICENSE = "Libpng"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=21b4b6e3523afa9f03f00b43b991dad0 \
7 file://png.h;startline=172;endline=261;md5=996460063a9bf2de35b2d61d2776dabc"
8DEPENDS = "zlib"
9PR = "r4"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng12/${PV}/libpng-${PV}.tar.bz2"
12
13SRC_URI[md5sum] = "e8b43dc78ef95b3949af7f961d76874b"
14SRC_URI[sha256sum] = "a5e796e1802b2e221498bda09ff9850bc7ec9068b6788948cc2c42af213914d8"
15
16inherit autotools binconfig pkgconfig
17
18PACKAGES =+ "${PN}12"
19
20FILES_${PN}12 = "${libdir}/libpng12${SOLIBS}"
21FILES_${PN} = "${libdir}/lib*${SOLIBS}"
22FILES_${PN}-dev += " ${bindir} ${sbindir}"
23RPROVIDES_${PN}-dev += "${PN}12-dev"
24
25BBCLASSEXTEND = "native"