summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-10-25 22:37:00 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-25 14:20:38 -0700
commit7e9941ab0f69576542cbfeb6576750c878bdd6ca (patch)
tree77fc9f442d0b30794335f4efe8af551c01bbaf1a
parent6eacd028544602fcb4f458c72c317cd815106b33 (diff)
downloadmeta-openembedded-7e9941ab0f69576542cbfeb6576750c878bdd6ca.tar.gz
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>
-rw-r--r--meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb1
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb5
2 files changed, 5 insertions, 1 deletions
diff --git a/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb b/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb
index c49b3b5a27..9c45a8dad3 100644
--- a/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb
+++ b/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb
@@ -58,7 +58,6 @@ RDEPENDS:packagegroup-meta-perl = "\
58 libtext-diff-perl \ 58 libtext-diff-perl \
59 libtext-charwidth-perl \ 59 libtext-charwidth-perl \
60 libtext-wrapi18n-perl \ 60 libtext-wrapi18n-perl \
61 libxml-libxml-perl \
62 libxml-filter-buffertext-perl \ 61 libxml-filter-buffertext-perl \
63 libxml-sax-writer-perl \ 62 libxml-sax-writer-perl \
64 libextutils-config-perl \ 63 libextutils-config-perl \
diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
index 6450111da9..935601fe84 100644
--- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
+++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
@@ -70,3 +70,8 @@ do_install_ptest() {
70 cp -r ${B}/test ${D}${PTEST_PATH} 70 cp -r ${B}/test ${D}${PTEST_PATH}
71 chown -R root:root ${D}${PTEST_PATH} 71 chown -R root:root ${D}${PTEST_PATH}
72} 72}
73
74# See issues:
75# https://github.com/shlomif/perl-XML-LibXML/issues/84 - libxml incompatibility
76# https://github.com/shlomif/perl-XML-LibXML/issues/91 - looking for new maintainer
77SKIP_RECIPE[libxml-libxml-perl] ?= "Not compatible with latest libxml"