]> code.ossystems Code Review - openembedded-core.git/commitdiff
subversion: add explicit dependency on file-replacement-native for native builds
authorRoss Burton <ross.burton@intel.com>
Mon, 19 Oct 2015 21:48:08 +0000 (22:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:42:39 +0000 (12:42 +0100)
meta/recipes-devtools/subversion/subversion_1.8.13.bb

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