diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2012-07-30 16:22:24 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-06 16:14:06 +0100 |
commit | c86d26cb976e665b1516e72153f3f686f62dedf9 (patch) | |
tree | 47d26b493de1787a93c32816e23940ba839e3c7d /meta/recipes-devtools | |
parent | 4590c0b09d1a63604e214b52597c6e65abadede4 (diff) | |
download | poky-c86d26cb976e665b1516e72153f3f686f62dedf9.tar.gz |
subversion: Add missing build dependency on sqlite3
subversion needs an explicit dependency on sqlite3, otherwise it
does not build. Tested by building core-image-minimal.
(From OE-Core rev: 47aca0f0f79c30d1df1f89c710d3e354f436145d)
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.7.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb index ced1b0cdf3..4f71de5a17 100644 --- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb +++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb | |||
@@ -1,13 +1,13 @@ | |||
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" | 3 | DEPENDS = "apr-util neon sqlite3" |
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" |
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
9 | 9 | ||
10 | PR = "r2" | 10 | PR = "r3" |
11 | 11 | ||
12 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ |
13 | file://libtool2.patch \ | 13 | file://libtool2.patch \ |