]> code.ossystems Code Review - openembedded-core.git/commitdiff
ofono: add gettext to DEPENDS
authorJoshua Lock <josh@linux.intel.com>
Thu, 17 Dec 2009 16:24:27 +0000 (16:24 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 18 Dec 2009 11:49:13 +0000 (11:49 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/ofono/ofono.inc
meta/packages/ofono/ofono_0.12.bb
meta/packages/ofono/ofono_git.bb

index 312d5bca62fc9c139e253ee1b9965b8112ad3e84..d0459d71db815da0129d046636e29c057cfef068 100644 (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"
 
index 0bccbb2e5e50a2a699f2c78c3d8d5db892907f83..0740c036d1566935c2edaa1fcad7aaedb1b44dd9 100644 (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"
index db6476f1ef85ee5461e193f7bf7c8fca818a32ef..3e2c4108cf2cf570b01e14b1e8377c9dbb488803 100644 (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"