diff options
author | Yasir-Khan <yasir_khan@mentor.com> | 2014-08-13 18:48:32 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:51 +0100 |
commit | 9a30d34a4e6db62c1631587d9c651563c5c0fd7e (patch) | |
tree | 2550b7e724c587e556d46971e53e8ba2b58c0f6f /meta/recipes-support/consolekit | |
parent | 276285bfa26c5142a5f4869d6670f37bb91da5db (diff) | |
download | poky-9a30d34a4e6db62c1631587d9c651563c5c0fd7e.tar.gz |
consolekit: depend on glib-2.0-native
This is required for glib-gettextize.
(From OE-Core rev: ef5e0c2ab57cedee64c4a470de170dc1f098be60)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/consolekit')
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb index 643850f8ef..dfbd11c2d1 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.6.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
7 | file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" | 7 | file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" |
8 | 8 | ||
9 | DEPENDS = "glib-2.0 dbus dbus-glib virtual/libx11" | 9 | DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib virtual/libx11" |
10 | RDEPENDS_${PN} += "base-files" | 10 | RDEPENDS_${PN} += "base-files" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |