From: Robert Yang Date: Fri, 10 Jul 2015 07:14:53 +0000 (-0700) Subject: perl: remove invalid sed command X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29783 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9052ef04320b26111010186db14cb8f9a6c07b8c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perl: remove invalid sed command There is no match of sed pattern any more. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb index 050a98c91f6..f72afa706fd 100644 --- a/meta/recipes-devtools/perl/perl_5.22.0.bb +++ b/meta/recipes-devtools/perl/perl_5.22.0.bb @@ -211,9 +211,6 @@ do_configure() { do_compile() { # Fix to avoid recursive substitution of path - sed -i -e "s|\([ \"\']\+\)/usr/include|\1${STAGING_INCDIR}|g" ext/Errno/Errno_pm.PL - sed -i -e "s|\([ \"\']\+\)/usr/include|\1${STAGING_INCDIR}|g" cpan/Compress-Raw-Zlib/config.in - sed -i -e 's|/usr/lib|""|g' cpan/Compress-Raw-Zlib/config.in sed -i -e 's|(@libpath, ".*"|(@libpath, "${STAGING_LIBDIR}"|g' cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm cd Cross