]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: remove the reference of DEBUG_PREFIX_MAP
authorJackie Huang <jackie.huang@windriver.com>
Tue, 10 Oct 2017 09:17:53 +0000 (17:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Oct 2017 22:52:03 +0000 (23:52 +0100)
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/perl/perl_5.24.1.bb

index 1e1d4f50fc4d3ddc460d7eb81c9e5a8ddb132619..b55d2223e284d6cf92c7520a2817a921f07b1033 100644 (file)
@@ -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" \