[oe] [meta-networking][PATCH] postfix: remove references to buildmachine paths in target makedefs.out

Andrea Adami andrea.adami at gmail.com
Fri Mar 10 14:21:58 UTC 2017


On Thu, Mar 9, 2017 at 3:11 AM, Yi Zhao <yi.zhao at windriver.com> wrote:
> Clean the buildmachine paths in makedefs.out
>
> Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
> ---
>  meta-networking/recipes-daemons/postfix/postfix.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
> index 03b7985..5bb2491 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() {
>
>  do_install_append_class-target() {
>      # Remove references to buildmachine paths in target makedefs.out
> -    sed -i -e 's:--sysroot=${STAGING_DIR_TARGET}::g' ${D}/etc/postfix/makedefs.out
> +    sed -i 's:-fdebug-prefix-map[^ ]*::g; s:--sysroot=${STAGING_DIR_TARGET}::g' ${D}/etc/postfix/makedefs.out
>  }
>
>  NATIVE_INSTALL_WORKS = "1"

While I can't test the patch right now I see an offending line ^
NATIVE_INSTALL_WORKS is deprecated.

This layer appartently has not been fixed back then.

Cheers

Andrea

> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list