[OE-core] [PATCH 2/4] recipes-extended/psmisc: Don't exclude autopoint for RISCV

Alexander Kanavin alex.kanavin at gmail.com
Thu Jun 14 20:15:01 UTC 2018


Don't exclude why? Needs to be in recipe comment.

Alex

2018-06-14 22:45 GMT+03:00 Alistair Francis <alistair.francis at wdc.com>:
> Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
> ---
>  meta/recipes-extended/psmisc/psmisc.inc | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc
> index 82ef947709..73b4c56f69 100644
> --- a/meta/recipes-extended/psmisc/psmisc.inc
> +++ b/meta/recipes-extended/psmisc/psmisc.inc
> @@ -19,7 +19,9 @@ inherit autotools gettext
>  # Upstream has a custom autogen.sh which invokes po/update-potfiles as they
>  # don't ship a po/POTFILES.in (which is silly).  Without that file gettext
>  # doesn't believe po/ is a gettext directory and won't generate po/Makefile.
> -EXTRA_AUTORECONF_remove = "--exclude=autopoint"
> +AUTORECONF_REMOVE_ARGS = "--exclude=autopoint"
> +AUTORECONF_REMOVE_ARGS_riscv64 = ""
> +EXTRA_AUTORECONF_remove = "${AUTORECONF_REMOVE_ARGS}"
>  do_configure_prepend() {
>      ( cd ${S} && po/update-potfiles )
>  }
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list