]> code.ossystems Code Review - openembedded-core.git/commitdiff
consolekit: don't inherit gnome
authorRoss Burton <ross.burton@intel.com>
Thu, 21 Mar 2013 09:24:25 +0000 (09:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Mar 2013 16:48:38 +0000 (16:48 +0000)
By inheriting gnome this package was build-depending on
gtk-update-icon-cache-native, gconf, gconf-native, shared-mime-info and
hicolor-icon-theme for no reason.  Change this to inherit autotools pkgconfig to
reduce the build-dependencies.

Also, add a missing dbus-glib build-dependency that was previously pulled in
through something in the gnome class.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/consolekit/consolekit_0.4.5.bb

index f6a554f87d047fb80d86f92a5b6b982077926ce3..a3281083a98558e6603d720513fa02750e82fc8e 100644 (file)
@@ -8,10 +8,10 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
                     file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3"
 
-DEPENDS = "glib-2.0 dbus virtual/libx11"
+DEPENDS = "glib-2.0 dbus dbus-glib virtual/libx11"
 RDEPENDS_${PN} += "base-files"
 
-inherit gnome
+inherit autotools pkgconfig
 
 SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.bz2"
 SRC_URI[md5sum] = "f2657f93761206922d558471a936fbc3"