summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2017-10-10 17:17:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-16 23:52:44 +0100
commit48fee62075e3efe5869003be34e1909991962a23 (patch)
treede20f69b18578718061efd7a8c9bb1b7ba350880
parent775f599f5cbb243167b6daa8f5a206ccb522f4ae (diff)
downloadpoky-48fee62075e3efe5869003be34e1909991962a23.tar.gz
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. (From OE-Core rev: 71236e56cdc46b2e08fb5e06b06ea857a140288c) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/perl/perl_5.24.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb
index 1e1d4f50fc..b55d2223e2 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"
223perl_package_preprocess () { 223perl_package_preprocess () {
224 # Fix up installed configuration 224 # Fix up installed configuration
225 sed -i -e "s,${D},,g" \ 225 sed -i -e "s,${D},,g" \
226 -e "s,${DEBUG_PREFIX_MAP},,g" \
226 -e "s,--sysroot=${STAGING_DIR_HOST},,g" \ 227 -e "s,--sysroot=${STAGING_DIR_HOST},,g" \
227 -e "s,-isystem${STAGING_INCDIR} ,,g" \ 228 -e "s,-isystem${STAGING_INCDIR} ,,g" \
228 -e "s,${STAGING_LIBDIR},${libdir},g" \ 229 -e "s,${STAGING_LIBDIR},${libdir},g" \