mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
ofono: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE = "GPL"
|
||||
|
||||
inherit autotools_stage pkgconfig update-rc.d
|
||||
|
||||
DEPENDS = "dbus glib-2.0 gettext"
|
||||
DEPENDS = "dbus glib-2.0"
|
||||
|
||||
INITSCRIPT_NAME = "ofono"
|
||||
INITSCRIPT_PARAMS = "defaults 22"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require ofono.inc
|
||||
|
||||
PV = "0.12"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://www.kernel.org/pub/linux/network/ofono/${P}.tar.bz2 \
|
||||
file://ofono"
|
||||
|
||||
Reference in New Issue
Block a user