diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-02-05 23:23:32 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-02-05 23:23:32 +0100 |
commit | 6d1eabe694e8dcdf0ac76d5c4583a0c17d30634b (patch) | |
tree | 7d41507079452d37de216d9d54bd3fb1660ec25e /packages | |
parent | c950c9fb37d8f14359b8fcb7fd963ba5d9058a1a (diff) |
coherence: removed DEFAULT_PREFERENCE = "-1" from svn version
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-coherence_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index 5990ca3c88..1d3627f2c9 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,9 +3,8 @@ SECTION = "python/devel" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r1" +PR = "r2" PV = "0.6.0+svnr${SRCREV}" -DEFAULT_PREFERENCE = "-1" inherit setuptools |