summaryrefslogtreecommitdiff
path: root/meta/packages/libpng/libpng-1.2.20
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-20 19:39:57 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-21 21:44:37 +0100
commit8a251accbfd68078fbab23a96411b76928cf1063 (patch)
treeddbddfd81b7b0a3403ec69d17eeb2c11919e58d8 /meta/packages/libpng/libpng-1.2.20
parentd86e127ea046f5a150a5022c457c7a8dbf0a22f0 (diff)
downloadopenembedded-core-8a251accbfd68078fbab23a96411b76928cf1063.tar.gz
openembedded-core-8a251accbfd68078fbab23a96411b76928cf1063.tar.bz2
openembedded-core-8a251accbfd68078fbab23a96411b76928cf1063.tar.xz
openembedded-core-8a251accbfd68078fbab23a96411b76928cf1063.zip
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 <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/libpng/libpng-1.2.20')
-rw-r--r--meta/packages/libpng/libpng-1.2.20/makefile_fix.patch18
1 files changed, 0 insertions, 18 deletions
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