[oe-commits] Yasir-Khan : consolekit: depend on glib-2.0-native

git at git.openembedded.org git at git.openembedded.org
Thu Aug 14 22:09:32 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: f6d34135040daa98aea24ed91e71de4b3ca17954
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f6d34135040daa98aea24ed91e71de4b3ca17954

Author: Yasir-Khan <yasir_khan at mentor.com>
Date:   Wed Aug 13 18:48:32 2014 +0500

consolekit: depend on glib-2.0-native

This is required for glib-gettextize.

Signed-off-by: Christopher Larson <kergoth at gmail.com>
Signed-off-by: Yasir-Khan <yasir_khan at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/consolekit/consolekit_0.4.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb
index 643850f..dfbd11c 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



More information about the Openembedded-commits mailing list