diff options
| author | Ross Burton <ross@burtonini.com> | 2021-11-18 16:11:22 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-18 11:07:10 -0800 |
| commit | d6249ca1dec5fe5f24450f93061fbfb72b0f8bfc (patch) | |
| tree | cbc013f15197f4c7f4acf798a6206170bc5ce8b0 | |
| parent | 11af3bd25062bd63b4c00918e4f08cf6813ae7de (diff) | |
| download | meta-openembedded-d6249ca1dec5fe5f24450f93061fbfb72b0f8bfc.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 |
1 files changed, 0 insertions, 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" | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git/stable" | 17 | S = "${WORKDIR}/git/stable" |
| 18 | 18 | ||
| 19 | DEPENDS = "libxml2" | ||
| 20 | |||
| 21 | inherit autotools-brokensep binconfig pkgconfig | 19 | inherit autotools-brokensep binconfig pkgconfig |
| 22 | 20 | ||
| 23 | TARGET_CFLAGS += "-Wno-narrowing" | 21 | TARGET_CFLAGS += "-Wno-narrowing" |
