diff options
author | Chunrong Guo <B40290@freescale.com> | 2013-10-12 08:59:43 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-15 13:43:53 +0200 |
commit | 90cd9eab6622f72a25b60e7510e76b59378767b8 (patch) | |
tree | bb50d9d1939a5a673029928159612d2279cc2999 /meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |
parent | 5cf24c4e8d2ae69f99f3a562708734167b3ceb2a (diff) | |
download | meta-openembedded-90cd9eab6622f72a25b60e7510e76b59378767b8.tar.gz |
libhugetlbfs: install static 4G-edge testcases
*TESTS_64 is empty, install will fail due to missing file operand.
Signed-off-by: Chunrong Guo <B40290@freescale.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.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 783530079..475c502c6 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb @@ -10,10 +10,10 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ file://aarch64-support.patch \ file://aarch64-unit-test-fixes.patch \ file://add-PROT-NONE-to-the-mprotest-test.patch \ - file://install64-fix.patch \ file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ file://fix-lib64-can-not-be-shiped-in-64bit-target.patch \ + file://tests-Makefile-install-static-4G-edge-testcases.patch \ " S = "${WORKDIR}/git" |