From e17288918bc82ed8338875f32d332ea56e1c7dd3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 31 Mar 2011 20:24:17 -0700 Subject: galago: inherit gettext class instead of adding gettext to DEPENDS directly (From OE-Core rev: daed175690fe0f3878f6cfaa2b1fd3c9e49168e0) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb') diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb index 5d981af95b..01f0ef7c12 100644 --- a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb +++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Galago is a desktop presence framework, designed to transmit pr HOMEPAGE = "http://www.galago-project.org/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "gettext libgalago dbus glib-2.0" +DEPENDS = "libgalago dbus glib-2.0" SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz " @@ -14,5 +14,5 @@ EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests" FILES_${PN} += "${datadir}/dbus-1/services/" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext -- cgit v1.2.3-54-g00ecf