mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00: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-diff-perl \
|
||||||
libtext-charwidth-perl \
|
libtext-charwidth-perl \
|
||||||
libtext-wrapi18n-perl \
|
libtext-wrapi18n-perl \
|
||||||
libxml-libxml-perl \
|
|
||||||
libxml-filter-buffertext-perl \
|
libxml-filter-buffertext-perl \
|
||||||
libxml-sax-writer-perl \
|
libxml-sax-writer-perl \
|
||||||
libextutils-config-perl \
|
libextutils-config-perl \
|
||||||
|
|||||||
@ -70,3 +70,8 @@ do_install_ptest() {
|
|||||||
cp -r ${B}/test ${D}${PTEST_PATH}
|
cp -r ${B}/test ${D}${PTEST_PATH}
|
||||||
chown -R root:root ${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…
x
Reference in New Issue
Block a user