From: Graeme Gregory Date: Mon, 27 Nov 2006 11:52:58 +0000 (+0000) Subject: libw100*.bb : add a release version 0.0.2 and make svn version X-Git-Tag: Release-2010-05/1~9453^2~272^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3510c8685dc521639e7332efcfdd97c6b1c6d734;p=openembedded.git libw100*.bb : add a release version 0.0.2 and make svn version DEFAULT_PREFERENCE = "-1" --- diff --git a/packages/libw100/libw100_0.0.2.bb b/packages/libw100/libw100_0.0.2.bb new file mode 100644 index 0000000000..f8d8e032d0 --- /dev/null +++ b/packages/libw100/libw100_0.0.2.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)" +LICENSE = "GPLv2" + +SRC_URI = "svn://svn.sourceforge.net/svnroot/libw100/tags;module=rev_0_0_2;proto=https" + +S = "${WORKDIR}/rev_0_0_2" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} + diff --git a/packages/libw100/libw100_svn.bb b/packages/libw100/libw100_svn.bb index 4e6a45b29c..46feef7c03 100644 --- a/packages/libw100/libw100_svn.bb +++ b/packages/libw100/libw100_svn.bb @@ -4,6 +4,8 @@ LICENSE = "GPLv2" PV = "0.0.2+svn${SRCDATE}" SRC_URI = "svn://svn.sourceforge.net/svnroot/libw100;module=trunk;proto=https" +DEFAULT_PREFERENCE = "-1" + S = "${WORKDIR}/trunk" inherit autotools pkgconfig