[oe-commits] Martin Jansa : Revert "libhugetlbfs: Add i586 to list of compatible host architectures"

git at git.openembedded.org git at git.openembedded.org
Thu May 14 10:22:50 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 28c758b4fb0486f54ad6a4c89c6e3330f324b386
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=28c758b4fb0486f54ad6a4c89c6e3330f324b386

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed May 13 14:47:07 2015 +0200

Revert "libhugetlbfs: Add i586 to list of compatible host architectures"

It's still failing in world builds even when
"libhugetlbfs: x86 - don't link against host libs" is applied as well.

It was reported month ago:
https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg41565.html

This reverts commit 3cc7f186be46a0de049d1fab70ddb84111be6e29.

---

 meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index 25f1672..f2b60d6 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -25,7 +25,7 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \
 
 S = "${WORKDIR}/git"
 
-COMPATIBLE_HOST = "(i586|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*"
+COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64|arm).*-linux*"
 
 LIBARGS = "LIB32=${baselib} LIB64=${baselib}"
 LIBHUGETLBFS_ARCH = "${TARGET_ARCH}"



More information about the Openembedded-commits mailing list