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/libw100_svn.bb | |
parent | e24a03968e1d992d6ef884b51863496f5168ad9e (diff) |
libw100*.bb : add a release version 0.0.2 and make svn version
DEFAULT_PREFERENCE = "-1"
Diffstat (limited to 'packages/libw100/libw100_svn.bb')
-rw-r--r-- | packages/libw100/libw100_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |