diff options
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb')
| -rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb index bc154bbdc5..3b9206e984 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb | |||
| @@ -21,13 +21,13 @@ inherit cpan ptest-perl | |||
| 21 | 21 | ||
| 22 | # fix up sub MakeMaker project as arguments don't get propagated though | 22 | # fix up sub MakeMaker project as arguments don't get propagated though |
| 23 | # see https://rt.cpan.org/Public/Bug/Display.html?id=28632 | 23 | # see https://rt.cpan.org/Public/Bug/Display.html?id=28632 |
| 24 | do_configure_append_class-target() { | 24 | do_configure:append:class-target() { |
| 25 | sed -E \ | 25 | sed -E \ |
| 26 | -e 's:-L${STAGING_LIBDIR}::g' -e 's:-I${STAGING_INCDIR}::g' \ | 26 | -e 's:-L${STAGING_LIBDIR}::g' -e 's:-I${STAGING_INCDIR}::g' \ |
| 27 | -i Makefile Expat/Makefile | 27 | -i Makefile Expat/Makefile |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | do_configure_append() { | 30 | do_configure:append() { |
| 31 | sed -e 's:--sysroot=.*\(\s\|$\):--sysroot=${STAGING_DIR_TARGET} :g' \ | 31 | sed -e 's:--sysroot=.*\(\s\|$\):--sysroot=${STAGING_DIR_TARGET} :g' \ |
| 32 | -i Makefile Expat/Makefile | 32 | -i Makefile Expat/Makefile |
| 33 | sed 's:^FULL_AR = .*:FULL_AR = ${AR}:g' -i Expat/Makefile | 33 | sed 's:^FULL_AR = .*:FULL_AR = ${AR}:g' -i Expat/Makefile |
| @@ -40,7 +40,7 @@ do_compile() { | |||
| 40 | cpan_do_compile | 40 | cpan_do_compile |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | do_compile_class-native() { | 43 | do_compile:class-native() { |
| 44 | cpan_do_compile | 44 | cpan_do_compile |
| 45 | } | 45 | } |
| 46 | 46 | ||
| @@ -53,6 +53,6 @@ do_install_ptest() { | |||
| 53 | chown -R root:root ${D}${PTEST_PATH}/samples | 53 | chown -R root:root ${D}${PTEST_PATH}/samples |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | RDEPENDS_${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" | 56 | RDEPENDS:${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" |
| 57 | 57 | ||
| 58 | BBCLASSEXTEND="native nativesdk" | 58 | BBCLASSEXTEND="native nativesdk" |
