libxml-libxml-perl: skip recipe

The application should not be used in its current state:
it is not compatible with the current version of libxml[1].

Due to this, skip it for now - if it will be maintained again,
it can be re-enabled.

[1]: https://github.com/shlomif/perl-XML-LibXML/issues/84

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-10-25 22:37:00 +02:00 committed by Khem Raj
parent 6eacd02854
commit 7e9941ab0f
2 changed files with 5 additions and 1 deletions

View File

@ -58,7 +58,6 @@ RDEPENDS:packagegroup-meta-perl = "\
libtext-diff-perl \
libtext-charwidth-perl \
libtext-wrapi18n-perl \
libxml-libxml-perl \
libxml-filter-buffertext-perl \
libxml-sax-writer-perl \
libextutils-config-perl \

View File

@ -70,3 +70,8 @@ do_install_ptest() {
cp -r ${B}/test ${D}${PTEST_PATH}
chown -R root:root ${D}${PTEST_PATH}
}
# See issues:
# https://github.com/shlomif/perl-XML-LibXML/issues/84 - libxml incompatibility
# https://github.com/shlomif/perl-XML-LibXML/issues/91 - looking for new maintainer
SKIP_RECIPE[libxml-libxml-perl] ?= "Not compatible with latest libxml"