From 8a251accbfd68078fbab23a96411b76928cf1063 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Tue, 20 Jul 2010 19:39:57 +0800 Subject: libpng: upgrade to 1.2.44 although the latest version is 1.4.3, some API changes happen which are not compatible to some packages (such as libmatchbox using png_check_sig which is abandoned in 1.4 version). I didn't check fully about other broken places, and then be conservative to choose 1.2.44 as the target instead atm. [Patches] REMOVE _makefile_fix.patch_: a specific fix for libtool2.2.2. with 2.2.10, it's not required then [Recipe] - add license checksum - remove old do_install and do_package - clean up package split - remove inherit pkgconfig_stage, since its own Makefile handles it well Signed-off-by: Kevin Tian --- meta/packages/libpng/libpng-1.2.20/makefile_fix.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/packages/libpng/libpng-1.2.20/makefile_fix.patch (limited to 'meta/packages/libpng/libpng-1.2.20') diff --git a/meta/packages/libpng/libpng-1.2.20/makefile_fix.patch b/meta/packages/libpng/libpng-1.2.20/makefile_fix.patch deleted file mode 100644 index 3fa8793ad..000000000 --- a/meta/packages/libpng/libpng-1.2.20/makefile_fix.patch +++ /dev/null @@ -1,18 +0,0 @@ -Old versions of libtool (1.5.10) used to set ECHO as a side effect. With -libtool 2.2.2 we need to do this manually - -RP - 14/4/08 - -Index: libpng-1.2.16/Makefile.am -=================================================================== ---- libpng-1.2.16.orig/Makefile.am 2008-04-14 14:47:21.000000000 +0100 -+++ libpng-1.2.16/Makefile.am 2008-04-14 14:47:47.000000000 +0100 -@@ -102,6 +102,8 @@ - >$@.new - mv $@.new $@ - -+ECHO=echo -+ - libpng.vers: libpng.sym - rm -f $@ $@.new - $(ECHO) PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0 '{global:' > $@.new -- cgit v1.2.3