xmlrpc-c: remove unused libxml2 dependency

libxml2 has to be enabled explicitly, and if it is enabled then the build
fails as it uses the disabled xml2-config, not pkg-config.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton
2021-11-18 16:11:22 +00:00
committed by Khem Raj
parent 11af3bd250
commit d6249ca1de
@@ -16,8 +16,6 @@ SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520"
S = "${WORKDIR}/git/stable"
DEPENDS = "libxml2"
inherit autotools-brokensep binconfig pkgconfig
TARGET_CFLAGS += "-Wno-narrowing"