From: Graeme Gregory Date: Wed, 18 Jul 2007 09:38:47 +0000 (+0000) Subject: bluez-gnome_git.bb : new bluez-gnome is now in a git repo. This one X-Git-Tag: Release-2010-05/1~8868^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=978e1d1ec8265440c1e253ba8ed99d9c1f2d12dd;p=openembedded.git 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 --- 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