aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-08-26 09:25:24 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 20:02:23 +0200
commit8023363d8207058c55edc420c7302443cfaaaf75 (patch)
tree6037f366c69283f40950d248fd5c268def4ebe0a /meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
parent1d614260cae90c1675d56cef7ea9d1665d4393b2 (diff)
downloadmeta-openembedded-contrib-8023363d8207058c55edc420c7302443cfaaaf75.tar.gz
libhugetlbfs: avoid search host library path for cross compilation
There was a patch fixing the same issue: libhugetlbfs-avoid-search-host-library-path-for-cros.patch but missed the elf_i386.xB*, this patch fixes for it. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index a2d3922ccf..ae5e46a464 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -17,6 +17,7 @@ SRC_URI = " \
file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \
file://tests-Makefile-install-static-4G-edge-testcases.patch \
file://0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch \
+ file://libhugetlbfs-elf_i386-avoid-search-host-library-path.patch \
"
S = "${WORKDIR}/git"