diff options
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-perl_0.08.bb')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-perl_0.08.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index 818ae3d571..21c02c19ff 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb | |||
@@ -5,8 +5,7 @@ XML::Grove and others." | |||
5 | HOMEPAGE = "http://search.cpan.org/dist/libxml-perl/" | 5 | HOMEPAGE = "http://search.cpan.org/dist/libxml-perl/" |
6 | SUMMARY = "Collection of Perl modules for working with XML" | 6 | SUMMARY = "Collection of Perl modules for working with XML" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | PR = "r3" | ||
10 | 9 | ||
11 | LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8" | 10 | LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8" |
12 | 11 | ||
@@ -14,7 +13,6 @@ DEPENDS += "libxml-parser-perl" | |||
14 | 13 | ||
15 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/${BPN}-${PV}.tar.gz" | 14 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/${BPN}-${PV}.tar.gz" |
16 | 15 | ||
17 | SRC_URI[md5sum] = "0ed5fbdda53d1301ddaed88db10503bb" | ||
18 | SRC_URI[sha256sum] = "4571059b7b5d48b7ce52b01389e95d798bf5cf2020523c153ff27b498153c9cb" | 16 | SRC_URI[sha256sum] = "4571059b7b5d48b7ce52b01389e95d798bf5cf2020523c153ff27b498153c9cb" |
19 | 17 | ||
20 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 18 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" |
@@ -26,5 +24,5 @@ do_compile() { | |||
26 | cpan_do_compile | 24 | cpan_do_compile |
27 | } | 25 | } |
28 | 26 | ||
29 | RDEPENDS_${PN} += "perl-module-carp perl-module-overload perl-module-universal perl-module-io-handle" | 27 | RDEPENDS:${PN} += "perl-module-carp perl-module-overload perl-module-universal perl-module-io-handle" |
30 | RDEPENDS_${PN}-ptest += "libxml-parser-perl perl-module-file-glob" | 28 | RDEPENDS:${PN}-ptest += "libxml-parser-perl perl-module-file-glob perl-module-cwd perl-module-constant" |