Message ID | 20241219141151.2592031-2-ross.burton@arm.com |
---|---|
State | Accepted, archived |
Commit | ab6b4f45da74727e7adae7ceab6f507b2b043e60 |
Headers | show |
Series | [1/7] bash: remove aclocal workarounds | expand |
diff --git a/meta/recipes-devtools/subversion/subversion_1.14.5.bb b/meta/recipes-devtools/subversion/subversion_1.14.5.bb index c8a2e12f4f0..b1347906204 100644 --- a/meta/recipes-devtools/subversion/subversion_1.14.5.bb +++ b/meta/recipes-devtools/subversion/subversion_1.14.5.bb @@ -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 \
The configure script looks explicitly for expat, so add it to DEPENDS. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/subversion/subversion_1.14.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)