summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index 03b79850b..5bb249137 100644
--- a/meta-networking/recipes-daemons/postfix/postfix.inc
+++ b/meta-networking/recipes-daemons/postfix/postfix.inc
@@ -214,7 +214,7 @@ do_install_append_class-native() {
214 214
215do_install_append_class-target() { 215do_install_append_class-target() {
216 # Remove references to buildmachine paths in target makedefs.out 216 # Remove references to buildmachine paths in target makedefs.out
217 sed -i -e 's:--sysroot=${STAGING_DIR_TARGET}::g' ${D}/etc/postfix/makedefs.out 217 sed -i 's:-fdebug-prefix-map[^ ]*::g; s:--sysroot=${STAGING_DIR_TARGET}::g' ${D}/etc/postfix/makedefs.out
218} 218}
219 219
220NATIVE_INSTALL_WORKS = "1" 220NATIVE_INSTALL_WORKS = "1"