diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-01-30 15:04:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-10 13:36:57 +0000 |
commit | 50ad5230ea9e0982cdfda23fb9fcfccf89d28f29 (patch) | |
tree | fb4244c11305df99679b3960596c75f3be1fe03f /meta/recipes-gnome/libglade | |
parent | e303aeec9a97903479baad836671591b511b3e19 (diff) | |
download | openembedded-core-50ad5230ea9e0982cdfda23fb9fcfccf89d28f29.tar.gz openembedded-core-50ad5230ea9e0982cdfda23fb9fcfccf89d28f29.tar.bz2 openembedded-core-50ad5230ea9e0982cdfda23fb9fcfccf89d28f29.zip |
zlib: Upgrade 1.2.5 -> 1.2.6
Dont use autotools, it really not so autoconf like.
the configure script gets updated with every release of zlib
and we overwrite that. Instead use the upstream provided
configure
copyright year was changed in zlib.h which caused change in
LIC_FILE_CHECKSUM
fix.inverted.LFS.logic.patch is already applied upstream so drop it
Drop the configure.ac and Makefile.am scripts since we do not
autoreconf anymore and do not inherit autotools anymore
Bump PR for depending recipes so a rebuild it ensues so that
they dont depend on .la anymore
and add missing dependencies discovered during incremental
build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-gnome/libglade')
-rw-r--r-- | meta/recipes-gnome/libglade/libglade_2.6.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index 90a7b33d63..632d7f7fc5 100644 --- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb +++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ file://glade/glade-gtk.c;endline=22;md5=766f993433e2642fec87936d319990ff" SECTION = "libs" -PR = "r1" -DEPENDS = "gdk-pixbuf gtk+ gtk-doc-native" +PR = "r2" +DEPENDS = "zlib gdk-pixbuf gtk+ gtk-doc-native" inherit autotools pkgconfig gnome |