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:19:53 +0100 |
commit | ef5e0c2ab57cedee64c4a470de170dc1f098be60 (patch) | |
tree | cb0510c3a4696013674b0c5e9340356cf49005bf /meta/recipes-support | |
parent | 66d53c40f1eb614803a34dfa3741b170785c637d (diff) | |
download | openembedded-core-ef5e0c2ab57cedee64c4a470de170dc1f098be60.tar.gz openembedded-core-ef5e0c2ab57cedee64c4a470de170dc1f098be60.tar.bz2 openembedded-core-ef5e0c2ab57cedee64c4a470de170dc1f098be60.zip |
consolekit: depend on glib-2.0-native
This is required for glib-gettextize.
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')
-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+" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" -DEPENDS = "glib-2.0 dbus dbus-glib virtual/libx11" +DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib virtual/libx11" RDEPENDS_${PN} += "base-files" inherit autotools pkgconfig |