summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2/fix-execution-of-ptests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxml/libxml2/fix-execution-of-ptests.patch')
-rw-r--r--meta/recipes-core/libxml/libxml2/fix-execution-of-ptests.patch24
1 files changed, 18 insertions, 6 deletions
diff --git a/meta/recipes-core/libxml/libxml2/fix-execution-of-ptests.patch b/meta/recipes-core/libxml/libxml2/fix-execution-of-ptests.patch
index 51a9e1935f..ad719d4f5f 100644
--- a/meta/recipes-core/libxml/libxml2/fix-execution-of-ptests.patch
+++ b/meta/recipes-core/libxml/libxml2/fix-execution-of-ptests.patch
@@ -1,14 +1,23 @@
1Make sure that Makefile doesn't try to compile these tests again 1From 395c0f53ec226aaabedb166e6b3a7f8590b95a5f Mon Sep 17 00:00:00 2001
2on the target where the source dependencies won't be available. 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sat, 11 May 2019 20:39:15 +0800
4Subject: [PATCH] Make sure that Makefile doesn't try to compile these tests
5 again on the target where the source dependencies won't be available.
3 6
4Upstream-Status: Inappropriate [cross-compile specific] 7Upstream-Status: Inappropriate [cross-compile specific]
5 8
6Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> 9Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
7 10
8Index: libxml2-2.9.7/Makefile.am 11Rebase to 2.9.9
9=================================================================== 12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
10--- libxml2-2.9.7.orig/Makefile.am 13---
11+++ libxml2-2.9.7/Makefile.am 14 Makefile.am | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17diff --git a/Makefile.am b/Makefile.am
18index 8f4e43d..5edb930 100644
19--- a/Makefile.am
20+++ b/Makefile.am
12@@ -211,8 +211,7 @@ install-ptest: 21@@ -211,8 +211,7 @@ install-ptest:
13 sed -i -e 's|^Makefile:|_Makefile:|' $(DESTDIR)/Makefile 22 sed -i -e 's|^Makefile:|_Makefile:|' $(DESTDIR)/Makefile
14 $(MAKE) -C python install-ptest 23 $(MAKE) -C python install-ptest
@@ -19,3 +28,6 @@ Index: libxml2-2.9.7/Makefile.am
19 [ -d test ] || $(LN_S) $(srcdir)/test . 28 [ -d test ] || $(LN_S) $(srcdir)/test .
20 [ -d result ] || $(LN_S) $(srcdir)/result . 29 [ -d result ] || $(LN_S) $(srcdir)/result .
21 $(CHECKER) ./runtest$(EXEEXT) && \ 30 $(CHECKER) ./runtest$(EXEEXT) && \
31--
322.7.4
33