summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng/libpng_1.6.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-04-15 12:07:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-22 14:45:03 +0100
commit26a970188303e4f9c5e9c24db8bf20c2a545be94 (patch)
tree25a0b57ba0c234036cf3cf00a352584dd41a84c5 /meta/recipes-multimedia/libpng/libpng_1.6.0.bb
parent3a4b7288e86cb7d23ca57454214856b256c22901 (diff)
downloadpoky-26a970188303e4f9c5e9c24db8bf20c2a545be94.tar.gz
libpng: update to 1.6.1
This attempts to fix [YOCTO #4060] - connman-applet spews warnings, but with this one PNG images still don't work in weston :( The ARM NEON option was added because the autodetection code in configure.ac is broken: /usr/lib/weston/weston-desktop-shell: symbol lookup error: /usr/lib/libpng16.so.16: undefined symbol: png_init_filter_functions_neon License checksums update due to date and package version changes: index e95d359..d86a7da 100644 (From OE-Core rev: e31ef0211c2cb18c322517a44b714895e51284e1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libpng/libpng_1.6.0.bb')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.6.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.0.bb b/meta/recipes-multimedia/libpng/libpng_1.6.0.bb
deleted file mode 100644
index 951e34ae14..0000000000
--- a/meta/recipes-multimedia/libpng/libpng_1.6.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "PNG Library"
2DESCRIPTION = "PNG Library"
3HOMEPAGE = "http://www.libpng.org/"
4SECTION = "libs"
5LICENSE = "Libpng"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=03b8ec701cb796c0ec84af22f884edef \
7 file://png.h;beginline=207;endline=321;md5=e829cebefd08488ba5142ea5faea6821"
8DEPENDS = "zlib"
9PR = "r0"
10LIBV = "16"
11
12SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
13 "
14
15SRC_URI[md5sum] = "3ee623b9a4d33bda7310a5124080b14d"
16SRC_URI[sha256sum] = "5e13c31321083b03956b5ff298bacffab7a7ad35c34c122acef314593944b97b"
17
18inherit autotools binconfig pkgconfig
19
20BBCLASSEXTEND = "native nativesdk"