[OE-core] [PATCH] ofono: Update ofono_git recipe to latest

Lukasz Nowak lnowak.tyco at gmail.com
Thu Mar 16 14:46:18 UTC 2017


From: Lukasz Nowak <lnowak at tycoint.com>

Tested with ofono master branch after 1.19.

Recipe disabled by default with:
DEFAULT_PREFERENCE = "-1"

Signed-off-by: Lukasz Nowak <lnowak at tycoint.com>
---
 meta/recipes-connectivity/ofono/ofono_git.bb | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb
index beafb77..a1e320c 100644
--- a/meta/recipes-connectivity/ofono/ofono_git.bb
+++ b/meta/recipes-connectivity/ofono/ofono_git.bb
@@ -1,14 +1,10 @@
 require ofono.inc
 
 S	 = "${WORKDIR}/git"
-SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
-PV	 = "0.12-git${SRCPV}"
-PR = "r5"
+SRCREV = "149002c1100d0ff5e8c7ee4a096e34012853cc88"
+PV	 = "1.19-git0+${SRCPV}"
 
 SRC_URI  = "git://git.kernel.org/pub/scm/network/ofono/ofono.git \
 	    file://ofono"
 
-do_configure_prepend () {
-  ${S}/bootstrap
-}
-
+DEFAULT_PREFERENCE = "-1"
-- 
2.7.4




More information about the Openembedded-core mailing list