mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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:
parent
6eacd02854
commit
7e9941ab0f
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user