ofono: remove unneeded gettext dependancy

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-22 15:32:05 +00:00
parent e3f37d65ed
commit 5ad2aa2923
2 changed files with 2 additions and 2 deletions

View File

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

View File

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