galago: inherit gettext class instead of adding gettext to DEPENDS directly

(From OE-Core rev: daed175690fe0f3878f6cfaa2b1fd3c9e49168e0)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-03-31 20:24:17 -07:00 committed by Richard Purdie
parent b31f9f2816
commit e17288918b
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
file://libgalago/galago.h;endline=21;md5=141785cb9ec62067398dda136a7bb401"
DEPENDS = "gettext dbus glib-2.0 dbus-glib"
DEPENDS = "dbus glib-2.0 dbus-glib"
SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz \
file://mkdir.patch;patch=1 \
@ -15,6 +15,6 @@ SRC_URI[md5sum] = "7ec92f2ecba1309ac4b71b4b4d8d0a0d"
SRC_URI[sha256sum] = "9b7c9845e2f661dbf5c2595e67bc7afd48f090ac2c033726c89d7f0e90791dfa"
PR = "r2"
inherit autotools pkgconfig
inherit autotools pkgconfig gettext
EXTRA_OECONF = "--disable-tests --disable-check"