Message ID | 20211118161138.663375-3-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [01/19] imlib2: clarify license | expand |
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"
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> --- meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 -- 1 file changed, 2 deletions(-)