]> code.ossystems Code Review - openembedded-core.git/commit
libpng: upgrade to 1.2.44
authorKevin Tian <kevin.tian@intel.com>
Tue, 20 Jul 2010 11:39:57 +0000 (19:39 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 21 Jul 2010 20:44:37 +0000 (21:44 +0100)
commit8a251accbfd68078fbab23a96411b76928cf1063
treeddbddfd81b7b0a3403ec69d17eeb2c11919e58d8
parentd86e127ea046f5a150a5022c457c7a8dbf0a22f0
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>
meta/packages/libpng/libpng-1.2.20/makefile_fix.patch [deleted file]
meta/packages/libpng/libpng_1.2.20.bb [deleted file]
meta/packages/libpng/libpng_1.2.44.bb [new file with mode: 0644]