From 0cc9d44d121df27d9e0fef2dd0307ae0c50b1caf Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 24 May 2013 12:27:24 +0100 Subject: [PATCH] gtk+: remove spurious libgcrypt dependency This dependency was for the display migration patch set, which was finally dropped entirely in 2007. (From OE-Core rev: d6875015e7c4660fabb58727c2ce0febf2f7307f) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk+/gtk+.inc | 2 +- meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index 84edaf3..73d624c 100644 --- a/meta/recipes-gnome/gtk+/gtk+.inc +++ b/meta/recipes-gnome/gtk+/gtk+.inc @@ -12,7 +12,7 @@ SECTION = "libs" X11DEPENDS = "virtual/libx11 libxext libxcursor libxrandr libxdamage libxrender libxcomposite" DEPENDS = "glib-2.0 pango atk jpeg libpng gdk-pixbuf-native docbook-utils-native \ - libgcrypt cairo gdk-pixbuf" + cairo gdk-pixbuf" PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb b/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb index cc51fcd..9dff4a5 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.gtk.org" BUGTRACKER = "https://bugzilla.gnome.org/" SECTION = "libs" -DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf libgcrypt \ +DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf \ docbook-utils-native gdk-pixbuf-native" LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" -- 2.7.4