diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-21 09:24:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:54:38 +0000 |
commit | 403d9696781852d91cfe002419c2bd48f9da933c (patch) | |
tree | 66d7ab845cb4e8c8d3a63c351babb6c3daa61960 | |
parent | b10f2a74e42a73a284bcfb46db57202fc1ee9e49 (diff) | |
download | poky-403d9696781852d91cfe002419c2bd48f9da933c.tar.gz |
consolekit: don't inherit gnome
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.
(From OE-Core rev: bde2c0ab1500976e2cb50f1526df04fb8b2cd408)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb index f6a554f87d..a3281083a9 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb | |||
@@ -8,10 +8,10 @@ LICENSE = "GPLv2+" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
9 | file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" | 9 | file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 dbus virtual/libx11" | 11 | DEPENDS = "glib-2.0 dbus dbus-glib virtual/libx11" |
12 | RDEPENDS_${PN} += "base-files" | 12 | RDEPENDS_${PN} += "base-files" |
13 | 13 | ||
14 | inherit gnome | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.bz2" | 16 | SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.bz2" |
17 | SRC_URI[md5sum] = "f2657f93761206922d558471a936fbc3" | 17 | SRC_URI[md5sum] = "f2657f93761206922d558471a936fbc3" |