diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-01-30 20:28:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:39 +0000 |
commit | fd03e8a682c4dc99c25f9df41b920f8174ed6ded (patch) | |
tree | f9dbe183f27d436f4920ec0df9f85861dce85fec /meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc | |
parent | 4e8e8a712891f0e43fe7ad9341da35153d87ebce (diff) | |
download | openembedded-core-fd03e8a682c4dc99c25f9df41b920f8174ed6ded.tar.gz openembedded-core-fd03e8a682c4dc99c25f9df41b920f8174ed6ded.tar.bz2 openembedded-core-fd03e8a682c4dc99c25f9df41b920f8174ed6ded.tar.xz openembedded-core-fd03e8a682c4dc99c25f9df41b920f8174ed6ded.zip |
gdk-pixbuf: Fix the native png load error and remove duplicated recipe
Native gdk-pixbuf-csource failed to load png file as the "loaders.cache" was
not properly set by gdk-pxibuf-query-loaders when install. This patch use the
wrapper script rather than query-loaders binary as required libtool library was
not installed when do_install_append.
Also remove dedicated recipe for gdk-pixbuf-native.
[sgw: Added PACKAGES_DYMAMIC_virtclass-native]
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc deleted file mode 100644 index af3383e65..000000000 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "Image loading library for GTK+" -HOMEPAGE = "http://www.gtk.org/" -BUGTRACKER = "https://bugzilla.gnome.org/" - -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ - file://gdk-pixbuf/gdk-pixbuf.h;endline=26;md5=5066b71daefeff678494fffa3040aba9" - -SECTION = "libs" -PRIORITY = "optional" - -DEPENDS = "libpng gettext glib-2.0" - -SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.22/gdk-pixbuf-${PV}.tar.gz \ - file://hardcoded_libtool.patch;patch=1 \ - file://configure_fix.patch;patch=1 \ - " - -SRC_URI[md5sum] = "fcfc854e9aec7dbb2bb3059484d44556" -SRC_URI[sha256sum] = "bbb57364ffba70d64f5fcfe6eda1d67249b3d58844edb06dc0f94d1ad599b4ec" - -inherit autotools pkgconfig - -LIBV = "2.10.0" - -EXTRA_OECONF = "\ - --without-libtiff \ - --with-libpng \ -" - |