summaryrefslogtreecommitdiff
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-25 09:21:13 +0100
commita2009fd8548d818c4e647dae554b98074bd3eecd (patch)
treee320e4f556fc6601a539efd4fe4a68c84f89b9f4 /meta/recipes-multimedia/libpng/libpng_1.2.46.bb
parenta92847ed7671386225c0738d62780a9f1b043789 (diff)
downloadopenembedded-core-a2009fd8548d818c4e647dae554b98074bd3eecd.tar.gz
openembedded-core-a2009fd8548d818c4e647dae554b98074bd3eecd.tar.bz2
openembedded-core-a2009fd8548d818c4e647dae554b98074bd3eecd.tar.xz
openembedded-core-a2009fd8548d818c4e647dae554b98074bd3eecd.zip
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] 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 142f2b90f..000000000
--- a/meta/recipes-multimedia/libpng/libpng_1.2.46.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "PNG Library"
-DESCRIPTION = "PNG Library"
-HOMEPAGE = "http://www.libpng.org/"
-SECTION = "libs"
-LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=21b4b6e3523afa9f03f00b43b991dad0 \
- file://png.h;startline=172;endline=261;md5=996460063a9bf2de35b2d61d2776dabc"
-DEPENDS = "zlib"
-PR = "r4"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng12/${PV}/libpng-${PV}.tar.bz2"
-
-SRC_URI[md5sum] = "e8b43dc78ef95b3949af7f961d76874b"
-SRC_URI[sha256sum] = "a5e796e1802b2e221498bda09ff9850bc7ec9068b6788948cc2c42af213914d8"
-
-inherit autotools binconfig pkgconfig
-
-PACKAGES =+ "${PN}12"
-
-FILES_${PN}12 = "${libdir}/libpng12${SOLIBS}"
-FILES_${PN} = "${libdir}/lib*${SOLIBS}"
-FILES_${PN}-dev += " ${bindir} ${sbindir}"
-RPROVIDES_${PN}-dev += "${PN}12-dev"
-
-BBCLASSEXTEND = "native"