diff options
author | Ross Burton <ross.burton@intel.com> | 2015-10-19 22:48:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:24:30 +0000 |
commit | 9336e1fd80a4f55f8b19b0120b0748c225f556e8 (patch) | |
tree | ca0a78825aacbb2aa8752ca95407147ccecab12a | |
parent | 19358d0cb50a6e5c626b3abc5b6c2036c2748075 (diff) | |
download | poky-9336e1fd80a4f55f8b19b0120b0748c225f556e8.tar.gz |
subversion: add explicit dependency on file-replacement-native for native builds
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.8.13.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.8.13.bb b/meta/recipes-devtools/subversion/subversion_1.8.13.bb index f843b9513c..9c9bdb192b 100644 --- a/meta/recipes-devtools/subversion/subversion_1.8.13.bb +++ b/meta/recipes-devtools/subversion/subversion_1.8.13.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | SUMMARY = "Subversion (svn) version control system client" | 1 | SUMMARY = "Subversion (svn) version control system client" |
2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
3 | DEPENDS = "apr-util serf sqlite3 file" | 3 | DEPENDS = "apr-util serf sqlite3 file" |
4 | DEPENDS_append_class-native = " file-replacement-native" | ||
4 | RDEPENDS_${PN} = "serf" | 5 | RDEPENDS_${PN} = "serf" |
5 | LICENSE = "Apache-2" | 6 | LICENSE = "Apache-2" |
6 | HOMEPAGE = "http://subversion.tigris.org" | 7 | HOMEPAGE = "http://subversion.tigris.org" |