ofono: add gettext to DEPENDS

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2009-12-17 16:24:27 +00:00
parent 5bc6539b22
commit 70a3946956
3 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,8 @@ LICENSE = "GPL"
inherit autotools_stage pkgconfig update-rc.d
DEPENDS = "dbus glib-2.0 gettext"
INITSCRIPT_NAME = "ofono"
INITSCRIPT_PARAMS = "defaults 22"

View File

@ -1,8 +1,7 @@
require ofono.inc
PV = "0.12"
DEPENDS = "dbus glib-2.0"
PR = "r1"
SRC_URI = "http://www.kernel.org/pub/linux/network/ofono/${P}.tar.bz2 \
file://ofono"

View File

@ -2,8 +2,7 @@ require ofono.inc
S = "${WORKDIR}/git"
PV = "0.12-git${SRCPV}"
DEPENDS = "dbus"
PR = "r1"
SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \
file://ofono"