summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxml/libxml2')
-rw-r--r--meta/recipes-core/libxml/libxml2/install-tests.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-core/libxml/libxml2/install-tests.patch b/meta/recipes-core/libxml/libxml2/install-tests.patch
index 14ccce5873..478eeea81b 100644
--- a/meta/recipes-core/libxml/libxml2/install-tests.patch
+++ b/meta/recipes-core/libxml/libxml2/install-tests.patch
@@ -1,4 +1,4 @@
1From 3fc716357ce1372d9418dc86f24315b34d9808de Mon Sep 17 00:00:00 2001 1From 0779511838a8cbd1e0f431c22f28f286a2a37b1b Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@arm.com> 2From: Ross Burton <ross.burton@arm.com>
3Date: Mon, 5 Dec 2022 17:02:32 +0000 3Date: Mon, 5 Dec 2022 17:02:32 +0000
4Subject: [PATCH] add yocto-specific install-ptest target 4Subject: [PATCH] add yocto-specific install-ptest target
@@ -7,17 +7,16 @@ Add a target to install the test suite.
7 7
8Upstream-Status: Inappropriate 8Upstream-Status: Inappropriate
9Signed-off-by: Ross Burton <ross.burton@arm.com> 9Signed-off-by: Ross Burton <ross.burton@arm.com>
10
11--- 10---
12 Makefile.am | 10 ++++++++++ 11 Makefile.am | 10 ++++++++++
13 1 file changed, 10 insertions(+) 12 1 file changed, 10 insertions(+)
14 13
15diff --git a/Makefile.am b/Makefile.am 14diff --git a/Makefile.am b/Makefile.am
16index 5bc4018..57d27af 100644 15index 0a49d37..1097c63 100644
17--- a/Makefile.am 16--- a/Makefile.am
18+++ b/Makefile.am 17+++ b/Makefile.am
19@@ -26,6 +26,16 @@ check_PROGRAMS = \ 18@@ -27,6 +27,16 @@ check_PROGRAMS = \
20 testlimits \ 19 testparser \
21 testrecurse 20 testrecurse
22 21
23+ptestdir=$(libexecdir) 22+ptestdir=$(libexecdir)