All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ofono: Update ofono_git recipe to latest
@ 2017-03-16 14:46 Lukasz Nowak
  0 siblings, 0 replies; only message in thread
From: Lukasz Nowak @ 2017-03-16 14:46 UTC (permalink / raw)
  To: openembedded-core

From: Lukasz Nowak <lnowak@tycoint.com>

Tested with ofono master branch after 1.19.

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

Signed-off-by: Lukasz Nowak <lnowak@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-16 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 14:46 [PATCH] ofono: Update ofono_git recipe to latest Lukasz Nowak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.