summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2015-04-08 06:33:53 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-15 18:12:43 +0100
commit5553c4cd8d22033640242cd6129e18b73782c479 (patch)
tree869c14af5648da7cd3794746d59016c0d66ac6a2 /meta/recipes-support
parentaefa1a6eea07dd671d819c77b17dbd3ed50ab7d3 (diff)
downloadast2050-yocto-poky-5553c4cd8d22033640242cd6129e18b73782c479.zip
ast2050-yocto-poky-5553c4cd8d22033640242cd6129e18b73782c479.tar.gz
libgpg-error: Fix native build on i686
Most modern x86 systems return i686 as the system type. This patch handles i486, i586 and i686 correctly. (From OE-Core master rev: 1b24eaa71702c07e525d8a62c08c0983e9917468) (From OE-Core rev: 8951cce6b9c68e3100ab2c568baf5148c1a0221d) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb
index 6d11605..268066b 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb
@@ -30,7 +30,7 @@ do_compile_prepend() {
aarch64) TUPLE=aarch64-unknown-linux-gnu ;;
arm) TUPLE=arm-unknown-linux-gnueabi ;;
armeb) TUPLE=arm-unknown-linux-gnueabi ;;
- i586) TUPLE=i486-pc-linux-gnu ;;
+ i586|i686) TUPLE=i486-pc-linux-gnu ;;
mipsel) TUPLE=mipsel-unknown-linux-gnu ;;
mips64el) TUPLE=mipsel-unknown-linux-gnu ;;
mips64) TUPLE=mips-unknown-linux-gnu ;;
OpenPOWER on IntegriCloud