diff options
author | Nisha Parrakat <nisha.parrakat@kpit.com> | 2021-03-08 18:01:12 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-08 08:01:50 -0800 |
commit | 61e3bc3907250cebdc78ae37dc9349cbb78ee85a (patch) | |
tree | d050a9928c0cb6877942a5b5a7e3ef78851a71cb /meta-gnome | |
parent | 589aa162cead42acdd7e8dbd7c0243b95e341f19 (diff) | |
download | meta-openembedded-61e3bc3907250cebdc78ae37dc9349cbb78ee85a.tar.gz |
neon: use pkg-config instead of xml2-config to configure
xml2-config is broken for neon.
if packageconfig libxml2, webdav, zlib is enabled for neon
we get the following configure error in the yocto build.
| configure: WebDAV support is enabled
| checking for xml2-config... xml2-config
| ERROR: /usr/bin/xml2-config should not be used, use an alternative such as pkg-config
| ERROR: /usr/bin/xml2-config should not be used, use an alternative such as pkg-config
| ERROR: /usr/bin/xml2-config should not be used, use an alternative such as pkg-config
| checking libxml/xmlversion.h usability... no
| checking libxml/xmlversion.h presence... no
| checking for libxml/xmlversion.h... no
| configure: error: could not find parser.h, libxml installation problem?
| WARNING: exit code 1 from a shell command.
The patch lets configure use pkg-config
Signed-off-by: Nisha Parrakat <nisha.parrakat@kpit.com>
Signed-off-by: Saloni Jain <Saloni.Jain@kpit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
0 files changed, 0 insertions, 0 deletions