From d6249ca1dec5fe5f24450f93061fbfb72b0f8bfc Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 18 Nov 2021 16:11:22 +0000 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb index e119420d2a..4edfbd8c60 100644 --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb @@ -16,8 +16,6 @@ SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520" S = "${WORKDIR}/git/stable" -DEPENDS = "libxml2" - inherit autotools-brokensep binconfig pkgconfig TARGET_CFLAGS += "-Wno-narrowing"