[oe-commits] Klaus Kurzmann : connman_git.bb: use SRCPV and adjust PREFERRED_VERSION for SHR

git version control git at git.openembedded.org
Sun Jul 12 10:26:47 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 69d28e19991c49d0cbc46a1ff963cd934bc0eb5a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=69d28e19991c49d0cbc46a1ff963cd934bc0eb5a

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Jul 12 12:26:34 2009 +0200

connman_git.bb: use SRCPV and adjust PREFERRED_VERSION for SHR

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/include/shr-autorev.inc |    2 +-
 recipes/connman/connman_git.bb      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index 98d6c52..6968fe1 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -27,7 +27,7 @@ PREFERRED_VERSION_dbus-glib = "0.78"
 PREFERRED_VERSION_bluez4 = "4.39"
 PREFERRED_VERSION_irssi = " 0.8.13"
 PREFERRED_VERSION_linux-libc-headers ?= "2.6.23"
-PREFERRED_VERSION_connman = "0.19+gitr${SRCREV}"
+PREFERRED_VERSION_connman = "0.22+gitr${SRCPV}"
 
 
 
diff --git a/recipes/connman/connman_git.bb b/recipes/connman/connman_git.bb
index ba10c47..4361644 100644
--- a/recipes/connman/connman_git.bb
+++ b/recipes/connman/connman_git.bb
@@ -1,6 +1,6 @@
 require connman.inc
-PV = "0.22+gitr${SRCREV}"
-PR = "r0"
+PV = "0.22+gitr${SRCPV}"
+PR = "r1"
 
 #DEFAULT_PREFERENCE = "-1"
 





More information about the Openembedded-commits mailing list