mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
subversion: add explicit DEPENDS on expat
The configure script looks explicitly for expat, so add it to DEPENDS. (From OE-Core rev: ab6b4f45da74727e7adae7ceab6f507b2b043e60) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ac564b5bac
commit
8ebcc5c431
@@ -5,7 +5,7 @@ SECTION = "console/network"
|
||||
LICENSE = "Apache-2.0 & MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6487ae7094d359fa90fb9c4096e52e2b"
|
||||
|
||||
DEPENDS = "apr-util serf sqlite3 file lz4"
|
||||
DEPENDS = "apr-util serf sqlite3 file lz4 expat"
|
||||
DEPENDS:append:class-native = " file-replacement-native"
|
||||
|
||||
SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
|
||||
|
||||
Reference in New Issue
Block a user