From: Koen Kooi Date: Thu, 26 Jul 2007 12:44:52 +0000 (+0000) Subject: bluez-gnome: re-add cvs recipe X-Git-Tag: Release-2010-05/1~8868^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af94b0cbe6a90e6fd541d299060847654dee2a63;p=openembedded.git bluez-gnome: re-add cvs recipe --- diff --git a/packages/bluez/bluez-gnome_cvs.bb b/packages/bluez/bluez-gnome_cvs.bb new file mode 100644 index 0000000000..65412663a0 --- /dev/null +++ b/packages/bluez/bluez-gnome_cvs.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "BLuetooth configuration applet" +LICENSE = "GPL+LGPL" + +DEFAULT_PREFERENCE = "-1" + +DEPENDS = "dbus-glib gconf libnotify gtk+" + +SRC_URI = "cvs://anonymous@cvs.bluez.org/cvsroot/bluez;module=gnome \ + " + +PV = "0.9+cvs${SRCDATE}" +S = "${WORKDIR}/gnome" + +inherit autotools pkgconfig gconf + +FILES_${PN} += "${datadir}/gconf" +