[oe-commits] Martin Jansa : bluez-gnome: git repo is now in git.kernel.org, add missing SRCREV, old .patch does not apply anymore, please check

git version control git at git.openembedded.org
Mon Apr 12 12:17:36 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 5b9e2d1db3cfdf83fe19ff22d84e4de0f32be8a4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5b9e2d1db3cfdf83fe19ff22d84e4de0f32be8a4

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Apr 12 11:03:56 2010 +0200

bluez-gnome: git repo is now in git.kernel.org, add missing SRCREV, old .patch does not apply anymore, please check

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/bluez/bluez-gnome_git.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/bluez/bluez-gnome_git.bb b/recipes/bluez/bluez-gnome_git.bb
index e8bfd97..267f3f9 100644
--- a/recipes/bluez/bluez-gnome_git.bb
+++ b/recipes/bluez/bluez-gnome_git.bb
@@ -5,10 +5,11 @@ DEFAULT_PREFERENCE = "-2"
 
 DEPENDS = "dbus-glib gconf libnotify gtk+"
 
-SRC_URI = "git://people.freedesktop.org/~hadess/bluez-gnome;protocol=git \
-           file://pkgconfig-add-gthread.patch;patch=1 "
+SRCREV = "c4ccbf7c4d0aa55e234d30e6daee494e496c7c7f"
+SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/bluez-gnome.git;protocol=git;branch=master "
+#           file://pkgconfig-add-gthread.patch;patch=1 "
 
-PV = "0.10+git${SRCDATE}"
+PV = "0.10+gitr${SRCREV}"
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig gconf





More information about the Openembedded-commits mailing list