[OE-core] [PATCH] Fix header files to compile libgpg-error-native on ppc64le Power8 build machine

Burton, Ross ross.burton at intel.com
Wed Nov 7 16:56:30 UTC 2018


The identical patch by Serhey Popovych is queued for master right now.

Ross
On Wed, 7 Nov 2018 at 15:57, Guillermo Amat <deuteros76 at gmail.com> wrote:
>
> Using a ppc64le build machine the following error occurs when compiling libjpg-error-native
>
> cp: cannot stat '/home/ubuntu/Yocto/build-ppc64/tmp/work/ppc64le-linux/libgpg-error-native/1.32-r0/libgpg-error-1.32/src/syscfg/lock-obj-pub.ppc64le-unknown-linux-gnu.h': No such file or directory
> ---
>  meta/recipes-support/libgpg-error/libgpg-error_1.32.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb
> index 4f3e3d8..1a8c1dc 100644
> --- a/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb
> +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb
> @@ -48,6 +48,8 @@ do_compile_prepend() {
>           mips*el)    TUPLE=mipsel-unknown-linux-gnu ;;
>           mips*)      TUPLE=mips-unknown-linux-gnu ;;
>           x86_64)     TUPLE=x86_64-unknown-linux-gnu ;;
> +          ppc64le) TUPLE=powerpc64le-unknown-linux-gnu ;;
> +          ppc64) TUPLE=powerpc64-unknown-linux-gnu ;;
>           *)          TUPLE=${TARGET_ARCH}-unknown-linux-gnu ;;
>         esac
>
> --
> 2.7.4
>
> --
> _______________________________________________
> 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