[oe-commits] [openembedded-core] 11/21: perl: remove the reference of DEBUG_PREFIX_MAP

git at git.openembedded.org git at git.openembedded.org
Mon Oct 16 22:53:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 71236e56cdc46b2e08fb5e06b06ea857a140288c
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Oct 10 17:17:53 2017 +0800

    perl: remove the reference of DEBUG_PREFIX_MAP
    
    Remove all instances of -fdebug-prefix-map in ccflags*
    because they contain references to the build host and
    are not needed.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/perl/perl_5.24.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb
index 1e1d4f5..b55d222 100644
--- a/meta/recipes-devtools/perl/perl_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.24.1.bb
@@ -223,6 +223,7 @@ PACKAGE_PREPROCESS_FUNCS += "perl_package_preprocess"
 perl_package_preprocess () {
         # Fix up installed configuration
         sed -i -e "s,${D},,g" \
+               -e "s,${DEBUG_PREFIX_MAP},,g" \
                -e "s,--sysroot=${STAGING_DIR_HOST},,g" \
                -e "s,-isystem${STAGING_INCDIR} ,,g" \
                -e "s,${STAGING_LIBDIR},${libdir},g" \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list