diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-13 14:47:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-17 09:46:29 +0200 |
commit | 6a4469f9ebe56e02bbb531dd062fda5e1b4715a9 (patch) | |
tree | a70edb9f629c625c524a5df506a785f04c199fd8 /meta-oe/recipes-benchmark/libhugetlbfs | |
parent | adf34d4b1354014caff40a3fc3a957bd29c881b4 (diff) | |
download | meta-openembedded-6a4469f9ebe56e02bbb531dd062fda5e1b4715a9.tar.gz |
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.
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index 6fe5dce91..4ce6a1901 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
@@ -24,7 +24,7 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ | |||
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | COMPATIBLE_HOST = "(i586|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" | 27 | COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" |
28 | 28 | ||
29 | LIBARGS = "LIB32=${baselib} LIB64=${baselib}" | 29 | LIBARGS = "LIB32=${baselib} LIB64=${baselib}" |
30 | LIBHUGETLBFS_ARCH = "${TARGET_ARCH}" | 30 | LIBHUGETLBFS_ARCH = "${TARGET_ARCH}" |