diff options
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb index cffc133a45..b6d28c4bb3 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb | |||
@@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4342f85bf14a1fdd6a751573f1e61c03" | |||
6 | 6 | ||
7 | DEPENDS += "expat" | 7 | DEPENDS += "expat" |
8 | 8 | ||
9 | SRC_URI = "${CPAN_MIRROR}/modules/by-module/XML/XML-Parser-${PV}.tar.gz \ | 9 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz \ |
10 | file://0001-Makefile.PL-make-check_lib-cross-friendly.patch \ | 10 | file://0001-Makefile.PL-make-check_lib-cross-friendly.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "ad4aae643ec784f489b956abe952432871a622d4e2b5c619e8855accbfc4d1d8" | 13 | SRC_URI[sha256sum] = "ad4aae643ec784f489b956abe952432871a622d4e2b5c619e8855accbfc4d1d8" |
14 | 14 | ||
15 | S = "${WORKDIR}/XML-Parser-${PV}" | 15 | S = "${UNPACKDIR}/XML-Parser-${PV}" |
16 | 16 | ||
17 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} CC='${CC}' LD='${CCLD}' FULL_AR='${AR}'" | 17 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} CC='${CC}' LD='${CCLD}' FULL_AR='${AR}'" |
18 | 18 | ||
@@ -39,4 +39,4 @@ do_install_ptest() { | |||
39 | RDEPENDS:${PN} += "perl-module-carp perl-module-file-spec" | 39 | RDEPENDS:${PN} += "perl-module-carp perl-module-file-spec" |
40 | RDEPENDS:${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" | 40 | RDEPENDS:${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" |
41 | 41 | ||
42 | BBCLASSEXTEND="native nativesdk" | 42 | BBCLASSEXTEND = "native nativesdk" |