diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-11-27 11:52:58 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-11-27 11:52:58 +0000 |
commit | 3510c8685dc521639e7332efcfdd97c6b1c6d734 (patch) | |
tree | c254df0333169895f55356cd491d3a4063c5f7fc /packages/libw100 | |
parent | e24a03968e1d992d6ef884b51863496f5168ad9e (diff) |
libw100*.bb : add a release version 0.0.2 and make svn version
DEFAULT_PREFERENCE = "-1"
Diffstat (limited to 'packages/libw100')
-rw-r--r-- | packages/libw100/libw100_0.0.2.bb | 13 | ||||
-rw-r--r-- | packages/libw100/libw100_svn.bb | 2 |
2 files changed, 15 insertions, 0 deletions
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 |