[OE-core] [PATCH] subversion build fix

Bogdan Marinescu bogdan.a.marinescu at intel.com
Mon Jul 30 13:22:24 UTC 2012


subversion needs an explicit dependency on sqlite3, otherwise it
does not build. Tested by building core-image-minimal.

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu at intel.com>
---
 .../subversion/subversion_1.7.2.bb                 |    4 ++--
 1 file 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 ced1b0c..4f71de5 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 @@
 DESCRIPTION = "The Subversion (svn) client"
 SECTION = "console/network"
-DEPENDS = "apr-util neon"
+DEPENDS = "apr-util neon sqlite3"
 RDEPENDS_${PN} = "neon"
 LICENSE = "Apache-2"
 HOMEPAGE = "http://subversion.tigris.org"
 
 BBCLASSEXTEND = "native"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://libtool2.patch \
-- 
1.7.9.5





More information about the Openembedded-core mailing list