From patchwork Wed Dec 29 17:58:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] glib-2.0, dbus: drop dbus's dependency on glib and add dbus dependency to glib-2.0_2.26.1 Date: Wed, 29 Dec 2010 17:58:16 -0000 From: Martin Jansa X-Patchwork-Id: 142 Message-Id: <1293645497-22323-1-git-send-email-Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Martin Jansa Acked-by: Khem Raj --- recipes/dbus/dbus.inc | 2 +- recipes/glib-2.0/glib-2.0_2.26.1.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index 73fc426..c235f74 100644 --- a/recipes/dbus/dbus.inc +++ b/recipes/dbus/dbus.inc @@ -2,7 +2,7 @@ DESCRIPTION = "A message bus system for inter-process communication" HOMEPAGE = "http://dbus.freedesktop.org" SECTION = "base" LICENSE = "GPLv2+ AFLv2.1" -DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11" +DEPENDS = "expat virtual/libintl libsm libice virtual/libx11" INC_PR = "r19" diff --git a/recipes/glib-2.0/glib-2.0_2.26.1.bb b/recipes/glib-2.0/glib-2.0_2.26.1.bb index d95f894..5f7dbce 100644 --- a/recipes/glib-2.0/glib-2.0_2.26.1.bb +++ b/recipes/glib-2.0/glib-2.0_2.26.1.bb @@ -6,9 +6,9 @@ UNIX-like platforms, Windows, OS/2 and BeOS." LICENSE = "LGPLv2+" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "glib-2.0-native gtk-doc zlib" +DEPENDS = "glib-2.0-native gtk-doc zlib dbus" DEPENDS_virtclass-native = "gettext-native gtk-doc-native \ - pkgconfig-native" + pkgconfig-native dbus-native" PR = "r0"