[oe-commits] Robert Yang : perl: remove invalid sed command

git at git.openembedded.org git at git.openembedded.org
Sun Jul 12 21:53:39 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 9052ef04320b26111010186db14cb8f9a6c07b8c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9052ef04320b26111010186db14cb8f9a6c07b8c

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Jul 10 00:14:53 2015 -0700

perl: remove invalid sed command

There is no match of sed pattern any more.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/perl/perl_5.22.0.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb
index 050a98c..f72afa7 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



More information about the Openembedded-commits mailing list