diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2013-10-05 14:23:10 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-07 09:37:33 +0100 |
| commit | 816b6be64d8da520a456412aa26d6eacadbb86c6 (patch) | |
| tree | 1681e6842b2f5b23e83fc7e9316fd08e61a4d0e8 | |
| parent | b77cb9b719a399d81d60d49f5498cbe14976bc58 (diff) | |
| download | poky-816b6be64d8da520a456412aa26d6eacadbb86c6.tar.gz | |
subversion: Add dependency on file for libmagic
(From OE-Core rev: 7ad12a3c2cb7ac2e134144be841b6ff1dff69ded)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.7.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.10.bb b/meta/recipes-devtools/subversion/subversion_1.7.10.bb index f77656ba68..4acd70b8cd 100644 --- a/meta/recipes-devtools/subversion/subversion_1.7.10.bb +++ b/meta/recipes-devtools/subversion/subversion_1.7.10.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | DESCRIPTION = "The Subversion (svn) client" | 1 | DESCRIPTION = "The Subversion (svn) client" |
| 2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
| 3 | DEPENDS = "apr-util neon sqlite3" | 3 | DEPENDS = "apr-util neon sqlite3 file" |
| 4 | RDEPENDS_${PN} = "neon" | 4 | RDEPENDS_${PN} = "neon" |
| 5 | LICENSE = "Apache-2" | 5 | LICENSE = "Apache-2" |
| 6 | HOMEPAGE = "http://subversion.tigris.org" | 6 | HOMEPAGE = "http://subversion.tigris.org" |
