diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-02-19 13:32:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 12:29:46 +0000 |
commit | aca6a67527d97b57b3d16848057bc29fff7c19d0 (patch) | |
tree | 201345f5ed94ba7e3fa3833872be9083bbf31315 /meta/recipes-multimedia/libpng/libpng_1.6.0.bb | |
parent | 86e0415d81809e86aae210fa0fe9ef80d4431b56 (diff) | |
download | openembedded-core-aca6a67527d97b57b3d16848057bc29fff7c19d0.tar.gz openembedded-core-aca6a67527d97b57b3d16848057bc29fff7c19d0.tar.bz2 openembedded-core-aca6a67527d97b57b3d16848057bc29fff7c19d0.zip |
libpng : update to 1.60.0
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libpng/libpng_1.6.0.bb')
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.0.bb b/meta/recipes-multimedia/libpng/libpng_1.6.0.bb new file mode 100644 index 0000000000..951e34ae14 --- /dev/null +++ b/meta/recipes-multimedia/libpng/libpng_1.6.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "PNG Library" +DESCRIPTION = "PNG Library" +HOMEPAGE = "http://www.libpng.org/" +SECTION = "libs" +LICENSE = "Libpng" +LIC_FILES_CHKSUM = "file://LICENSE;md5=03b8ec701cb796c0ec84af22f884edef \ + file://png.h;beginline=207;endline=321;md5=e829cebefd08488ba5142ea5faea6821" +DEPENDS = "zlib" +PR = "r0" +LIBV = "16" + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \ + " + +SRC_URI[md5sum] = "3ee623b9a4d33bda7310a5124080b14d" +SRC_URI[sha256sum] = "5e13c31321083b03956b5ff298bacffab7a7ad35c34c122acef314593944b97b" + +inherit autotools binconfig pkgconfig + +BBCLASSEXTEND = "native nativesdk" |