From f57ec88a7c7f50cd40ebeadb4da150ab39a6b6d9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 1 Mar 2017 13:07:22 +0200 Subject: libgpg-error: correctly configure on mips64 This fixes the long-standing error: ../../libgpg-error-1.26/src/posix-lock.c:137: get_lock_object: Assertion `!"sizeof lock obj"' failed. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-support/libgpg-error/libgpg-error_1.26.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb index 87c4f5185b..b9e3b0065c 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb @@ -18,6 +18,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ SRC_URI[md5sum] = "97456709dbbcbb69354317ffe3e347cd" SRC_URI[sha256sum] = "4c4bcbc90116932e3acd37b37812d8653b1b189c1904985898e860af818aee69" +PR = "r1" BINCONFIG = "${bindir}/gpg-error-config" @@ -34,6 +35,7 @@ do_compile_prepend() { arm) TUPLE=arm-unknown-linux-gnueabi ;; armeb) TUPLE=arm-unknown-linux-gnueabi ;; i586|i686) TUPLE=i686-pc-linux-gnu ;; + mips64*) TUPLE=mips64el-unknown-linux-gnuabi64 ;; mips*el) TUPLE=mipsel-unknown-linux-gnu ;; mips*) TUPLE=mips-unknown-linux-gnu ;; x86_64) TUPLE=x86_64-pc-linux-gnu ;; -- cgit v1.2.3