From: Holger Hans Peter Freyther Date: Wed, 18 Aug 2010 01:09:03 +0000 (+0800) Subject: gtk+-native_2.20.x.bb: Gtk+ attempts to link with gcrypt.a X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d6296f55f5757d73139f203f4f0a1da89d9f4e9;p=openembedded.git gtk+-native_2.20.x.bb: Gtk+ attempts to link with gcrypt.a Build libgcrypt-native for Gtk+ as it is used during linkage. --- diff --git a/recipes/gtk+/gtk+_2.20.0.bb b/recipes/gtk+/gtk+_2.20.0.bb index 70799798dd..2c061b7280 100644 --- a/recipes/gtk+/gtk+_2.20.0.bb +++ b/recipes/gtk+/gtk+_2.20.0.bb @@ -7,11 +7,11 @@ SRC_URI_append = " file://cross-nm.patch" SRC_URI[gtk.md5sum] = "5517f78b1eb9b1eb60bd48a0152d09e6" SRC_URI[gtk.sha256sum] = "8ea7e11ff88e9a8867b7d9221d40a3bfce5c648ce27cd6bac422ff8f6cca414d" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" BBCLASSEXTEND = "native" -DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-native libxext-native" +DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-native libxext-native libgcrypt-native" RRECOMMENDS_${PN}_virtclass-native = "" PROVIDES_virtclass-native = "gdk-pixbuf-csource-native" diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb index c8d10b3533..1568e61233 100644 --- a/recipes/gtk+/gtk+_2.20.1.bb +++ b/recipes/gtk+/gtk+_2.20.1.bb @@ -9,13 +9,13 @@ SRC_URI_append = "file://gtk-dnd-grab-deadlock-fix.patch \ SRC_URI[gtk.md5sum] = "53e6f3a93bd22934878fc4a4a34c68aa" SRC_URI[gtk.sha256sum] = "0e081731d21e34ff45c82199490c2889504fa8b3c7e117c043e82ababaec0f65" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" BBCLASSEXTEND = "native" ARM_INSTRUCTION_SET = "arm" -DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-native libxext-native" +DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-native libxext-native libgcrypt-native" RRECOMMENDS_${PN}_virtclass-native = "" PROVIDES_virtclass-native = "gdk-pixbuf-csource-native"