mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4590c0b09d
commit
c86d26cb97
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user