summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/perl/libxml-sax-perl_1.02.bb')
-rw-r--r--meta/recipes-extended/perl/libxml-sax-perl_1.02.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb
index 02ee34ee17..b5b111d227 100644
--- a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb
+++ b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb
@@ -9,9 +9,9 @@ come from the Java JAXP specification (SAX part), only without the \
9javaness." 9javaness."
10 10
11SECTION = "libs" 11SECTION = "libs"
12LICENSE = "Artistic-1.0 | GPL-1.0+" 12LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13DEPENDS += "libxml-namespacesupport-perl-native" 13DEPENDS += "libxml-namespacesupport-perl-native"
14RDEPENDS_${PN} += "libxml-namespacesupport-perl libxml-sax-base-perl perl-module-file-temp" 14RDEPENDS:${PN} += "libxml-namespacesupport-perl libxml-sax-base-perl perl-module-file-temp"
15 15
16LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3" 16LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3"
17 17
@@ -29,9 +29,9 @@ do_install_ptest() {
29 chown -R root:root ${D}${PTEST_PATH}/testfiles 29 chown -R root:root ${D}${PTEST_PATH}/testfiles
30} 30}
31 31
32RDEPENDS_${PN} += "perl-module-encode perl-module-perlio" 32RDEPENDS:${PN} += "perl-module-encode perl-module-perlio perl-module-encode-encoding"
33 33
34RDEPENDS_${PN}-ptest += " \ 34RDEPENDS:${PN}-ptest += " \
35 perl-module-base \ 35 perl-module-base \
36 perl-module-encode-byte \ 36 perl-module-encode-byte \
37 perl-module-encode-unicode \ 37 perl-module-encode-unicode \