mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
ofono: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user