summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng/libpng_1.6.10.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2014-09-08 12:58:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-10 11:33:23 +0100
commit79900b8383413f9acb06a35184e18447a70ee503 (patch)
tree634a8e74e29a290e7c8218d239264a63275dbdd0 /meta/recipes-multimedia/libpng/libpng_1.6.10.bb
parentda5710d97366af29f04d61005b7c9a57549ef170 (diff)
downloadpoky-79900b8383413f9acb06a35184e18447a70ee503.tar.gz
libpng: update to 1.6.13
License terms have not changed. In case of LICENSE and png.h lines 0-15 the version numbers and release dates have changed. In case of png.h lines 229-343 the text has not changed at all, but old line numbers were not pointing to correctly to the licensing terms segment. (From OE-Core rev: efb760b19f3f88f509bfbc44a08c9c8c03baf6bc) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.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.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.10.bb b/meta/recipes-multimedia/libpng/libpng_1.6.10.bb
deleted file mode 100644
index 79d91222a7..0000000000
--- a/meta/recipes-multimedia/libpng/libpng_1.6.10.bb
+++ /dev/null
@@ -1,28 +0,0 @@
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 "
13
14SRC_URI[md5sum] = "5f414b20f683b1d96b163c89e3eff768"
15SRC_URI[sha256sum] = "4003f0fd0e36110a2b742fc5b9e1ab93ed7a7ab57ae8dc65f0e8101458775a56"
16
17BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
18
19inherit autotools binconfig-disabled pkgconfig
20
21# Work around missing symbols
22EXTRA_OECONF_append_arm = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}"
23
24PACKAGES =+ "${PN}-tools"
25
26FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix"
27
28BBCLASSEXTEND = "native nativesdk"