subversion: neon support was dropped, switch to serf

(From OE-Core rev: 1838153de3a68ac391bdec139446e496ad093763)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-07-17 20:37:38 +00:00
parent 93bc890cb9
commit 1f45232dc0
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
SUMMARY = "Subversion (svn) version control system client"
SECTION = "console/network"
DEPENDS = "apr-util neon sqlite3 file"
RDEPENDS_${PN} = "neon"
DEPENDS = "apr-util serf sqlite3 file"
RDEPENDS_${PN} = "serf"
LICENSE = "Apache-2"
HOMEPAGE = "http://subversion.tigris.org"