summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libhugetlbfs/files/install64-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/files/install64-fix.patch')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/files/install64-fix.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/install64-fix.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/install64-fix.patch
new file mode 100644
index 0000000000..9652c3debd
--- /dev/null
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/files/install64-fix.patch
@@ -0,0 +1,20 @@
1Upstream-Status: Inappropriate [oe-core specific]
2
3TESTS_64 is empty, install will fail due to missing file operand
4
5
6Signed-off-by: Chunrong Guo <B40290@freescale.com>
7
8Index: git/tests/Makefile
9===================================================================
10--- git.orig/tests/Makefile
11+++ git/tests/Makefile
12@@ -292,7 +292,7 @@ obj64/install:
13 $(INSTALL) -m 755 wrapper-utils.sh $(DESTDIR)$(INST_TESTSDIR64)/obj64
14 $(INSTALL) -m 755 $(HELPERS:%=obj64/%) $(DESTDIR)$(INST_TESTSDIR64)/obj64
15 $(INSTALL) -m 755 $(HELPER_LIBS:%=obj64/%) $(DESTDIR)$(INST_TESTSDIR64)/obj64
16- $(INSTALL) -m 755 $(TESTS_64:%=obj64/%) $(DESTDIR)$(INST_TESTSDIR64)/obj64
17+# $(INSTALL) -m 755 $(TESTS_64:%=obj64/%) $(DESTDIR)$(INST_TESTSDIR64)/obj64
18 $(INSTALL) -m 755 run_tests.py $(DESTDIR)$(INST_TESTSDIR64)
19
20 install: $(OBJDIRS:%=%/install)