summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libxml
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-04 00:46:05 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-04 17:41:45 -0800
commitbd5dcf1b25204eaf689316902b450a67225434bf (patch)
tree66ca2f14fbf63926e646ab6accd8496c82b3da4a /meta-perl/recipes-perl/libxml
parent7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8 (diff)
downloadmeta-openembedded-bd5dcf1b25204eaf689316902b450a67225434bf.tar.gz
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libxml')
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb2
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb2
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
index 62477458a..7962d22c9 100644
--- a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
+++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
@@ -7,7 +7,7 @@ to, and most don't. This filter does the trivial but oft-repeated task \
7of putting all characters into a single event. \ 7of putting all characters into a single event. \
8" 8"
9SECTION = "libs" 9SECTION = "libs"
10LICENSE = "Artistic-1.0 | GPLv1+" 10LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
11HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/" 11HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/"
12DEPENDS += "libxml-sax-perl-native" 12DEPENDS += "libxml-sax-perl-native"
13RDEPENDS:${PN} += "libxml-sax-perl" 13RDEPENDS:${PN} += "libxml-sax-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 58d0e4cb2..c2898a901 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
@@ -8,7 +8,7 @@ your programs."
8 8
9HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/" 9HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/"
10SECTION = "libs" 10SECTION = "libs"
11LICENSE = "Artistic-1.0|GPLv1+" 11LICENSE = "Artistic-1.0|GPL-1.0-or-later"
12DEPENDS += "libxml2 \ 12DEPENDS += "libxml2 \
13 libxml-sax-perl-native \ 13 libxml-sax-perl-native \
14 zlib \ 14 zlib \
diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb
index ab684eaaa..487a5c22c 100644
--- a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb
+++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb
@@ -7,7 +7,7 @@ although it has been put to limited use in settings such as XML::LibXML and \
7the AxKit XML Application Server. \ 7the AxKit XML Application Server. \
8" 8"
9SECTION = "libs" 9SECTION = "libs"
10LICENSE = "Artistic-1.0 | GPLv1+" 10LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
11HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" 11HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/"
12DEPENDS += "libxml-filter-buffertext-perl-native" 12DEPENDS += "libxml-filter-buffertext-perl-native"
13RDEPENDS:${PN} += "libxml-filter-buffertext-perl" 13RDEPENDS:${PN} += "libxml-filter-buffertext-perl"