]> code.ossystems Code Review - openembedded-core.git/commitdiff
telepathy-glib: add gettext to DEPENDS
authorJoshua Lock <josh@linux.intel.com>
Thu, 17 Dec 2009 16:25:34 +0000 (16:25 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Dec 2009 17:45:10 +0000 (17:45 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/telepathy/telepathy-glib_0.9.2.bb

index 4411e922aa61c5f5239361558f1128be1d6ea69e..333efd426f6516d18a54b8e0dcdd73e11e79c806 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
 HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
-DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib"
+DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib gettext"
 LICENSE = "LGPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz"
 
@@ -10,4 +10,3 @@ inherit autotools_stage pkgconfig
 
 FILES_${PN} += "${datadir}/telepathy \
                ${datadir}/dbus-1"
-