diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-07 16:24:05 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-07 16:24:05 +0000 |
commit | 2b2b2ef43218710827553015b07b68e7a0e7e49e (patch) | |
tree | 38408ab16946d156ae16476ab1306be835bd2dbc /packages/libw100 | |
parent | d3dd4dafb5d9a65a55fcb29253a8f30419cbccf8 (diff) |
libw100/libw100_svn.bb : make this the default as we need it for
mplayer. Also lock down using SRCREV
Diffstat (limited to 'packages/libw100')
-rw-r--r-- | packages/libw100/libw100_svn.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/libw100/libw100_svn.bb b/packages/libw100/libw100_svn.bb index f8d5544625..4f33c625ca 100644 --- a/packages/libw100/libw100_svn.bb +++ b/packages/libw100/libw100_svn.bb @@ -1,11 +1,9 @@ DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)" LICENSE = "GPLv2" -PV = "0.0.2+svn${SRCDATE}" +PV = "0.0.2+svn${SRCREV}" SRC_URI = "svn://libw100.svn.sourceforge.net/svnroot/libw100;module=trunk;proto=https" -DEFAULT_PREFERENCE = "-1" - S = "${WORKDIR}/trunk" inherit autotools pkgconfig |