[oe-commits] Holger Hans Peter Freyther : gtk+-native_2.20.x.bb: Gtk+ attempts to link with gcrypt.a

git version control git at git.openembedded.org
Wed Aug 18 01:14:06 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5d6296f55f5757d73139f203f4f0a1da89d9f4e9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5d6296f55f5757d73139f203f4f0a1da89d9f4e9

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Wed Aug 18 09:09:03 2010 +0800

gtk+-native_2.20.x.bb: Gtk+ attempts to link with gcrypt.a

Build libgcrypt-native for Gtk+ as it is used during linkage.

---

 recipes/gtk+/gtk+_2.20.0.bb |    4 ++--
 recipes/gtk+/gtk+_2.20.1.bb |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/gtk+/gtk+_2.20.0.bb b/recipes/gtk+/gtk+_2.20.0.bb
index 7079979..2c061b7 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 c8d10b3..1568e61 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"
 





More information about the Openembedded-commits mailing list