summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb')
-rw-r--r--meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
index 2bff65a082..ebec5f0462 100644
--- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
+++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
@@ -7,8 +7,8 @@ use this module as a base class so you don't have to, for example, \
7implement the characters() callback." 7implement the characters() callback."
8 8
9SECTION = "libs" 9SECTION = "libs"
10LICENSE = "Artistic-1.0 | GPL-1.0+" 10LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
11RDEPENDS_${PN} += "perl-module-extutils-makemaker" 11RDEPENDS:${PN} += "perl-module-extutils-makemaker"
12 12
13LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446" 13LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446"
14 14
@@ -21,6 +21,6 @@ S = "${WORKDIR}/XML-SAX-Base-${PV}"
21 21
22inherit cpan ptest-perl 22inherit cpan ptest-perl
23 23
24RDEPENDS_${PN}-ptest += "perl-module-test perl-module-test-more" 24RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more"
25 25
26BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"