diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2017-03-09 10:11:44 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-03-24 14:10:17 -0400 |
commit | 64ab19b7d1781093cefa4d360aa9e1f8410e39aa (patch) | |
tree | e5c7834e9789b9f0a7f71d465e5cf02d8730d7df /meta-networking/recipes-daemons | |
parent | f1986a5fec86f795d14fa010f85fbc635ab7be06 (diff) | |
download | meta-openembedded-64ab19b7d1781093cefa4d360aa9e1f8410e39aa.tar.gz |
postfix: remove references to buildmachine paths in target makedefs.out
Clean the buildmachine paths in makedefs.out
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 2 |
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 | ||
215 | do_install_append_class-target() { | 215 | do_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 | ||
220 | NATIVE_INSTALL_WORKS = "1" | 220 | NATIVE_INSTALL_WORKS = "1" |