From 978e1d1ec8265440c1e253ba8ed99d9c1f2d12dd Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 18 Jul 2007 09:38:47 +0000 Subject: [PATCH] bluez-gnome_git.bb : new bluez-gnome is now in a git repo. This one should have device browsing if someone can figure out how to ungrey the menu --- packages/bluez/{bluez-gnome_cvs.bb => bluez-gnome_git.bb} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename packages/bluez/{bluez-gnome_cvs.bb => bluez-gnome_git.bb} (51%) diff --git a/packages/bluez/bluez-gnome_cvs.bb b/packages/bluez/bluez-gnome_git.bb similarity index 51% rename from packages/bluez/bluez-gnome_cvs.bb rename to packages/bluez/bluez-gnome_git.bb index 448e157f3d..ac772f8825 100644 --- a/packages/bluez/bluez-gnome_cvs.bb +++ b/packages/bluez/bluez-gnome_git.bb @@ -3,10 +3,11 @@ LICENSE = "GPL+LGPL" DEPENDS = "dbus-glib gconf libnotify gtk+" -SRC_URI = "cvs://anonymous@cvs.bluez.org/cvsroot/bluez;module=gnome" +SRC_URI = "git://people.freedesktop.org/~hadess/bluez-gnome;protocol=git \ + file://pkgconfig-add-gthread.patch;patch=1 " -PV = "0.6+cvs${SRCDATE}" -S = "${WORKDIR}/gnome" +PV = "0.9+git${SRCDATE}" +S = "${WORKDIR}/git" inherit autotools pkgconfig gconf -- 2.39.5