From: Koen Kooi Date: Sun, 19 Nov 2006 15:14:03 +0000 (+0000) Subject: libbacon: add floating cvs version X-Git-Tag: Release-2010-05/1~9453^2~416 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=930057e59592a1ccff135d70a8d6a97cf5632240;p=openembedded.git libbacon: add floating cvs version --- diff --git a/packages/gnome/libbacon_cvs.bb b/packages/gnome/libbacon_cvs.bb new file mode 100644 index 0000000000..cbe1a9ad47 --- /dev/null +++ b/packages/gnome/libbacon_cvs.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Bacon is a multimedia library" +LICENSE = "GPLv2" + +DEPENDS = "glib-2.0" + +PV = "0.0+cvs${SRCDATE}" + +inherit gnome + +SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=${PN}" + +S = "${WORKDIR}/${PN}" + +do_stage() { + autotools_stage_all +} + + + +