[oe-commits] Martin Jansa : libbonobo: inherit only gnomebase

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 08:52:47 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 9b10e7081c2f86ebb64deafc56ea51af92dfd1d0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9b10e7081c2f86ebb64deafc56ea51af92dfd1d0

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Mar 30 00:46:42 2014 +0100

libbonobo: inherit only gnomebase

* add dependency on dbus, dbus-glib
  | configure:14835: error: Package requirements (	gmodule-2.0 >=
  2.0.1 	ORBit-2.0 >= 2.4.0 	ORBit-CosNaming-2.0 >= 2.4.0 	dbus-1
  >= 1.0.0 dbus-glib-1 >= 0.74 	libxml-2.0 >= 2.4.20) were not met:
  |
  | No package 'dbus-1' found
  | No package 'dbus-glib-1' found

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
index 9f08577..43e034b 100644
--- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
+++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
@@ -3,9 +3,9 @@ LICENSE = "GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
 SECTION = "x11/gnome/libs"
-DEPENDS = "glib-2.0 orbit2 intltool-native libxml2"
+DEPENDS = "glib-2.0 orbit2 intltool-native libxml2 dbus dbus-glib"
 
-inherit gnome
+inherit gnomebase
 
 SRC_URI += "file://gtk-doc.m4 \
             file://gtk-doc.make \



More information about the Openembedded-commits mailing list