summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-03-06 07:42:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-07 17:25:02 +0000
commitfae05fe28451a43aeead5dd7217ec7e9829bc8d8 (patch)
treec4c0a9f48c344104d619b4889901429d2d53e627 /meta/recipes-core/libxml/libxml2
parent5406ff0bc60cbc026d36cb3458c5913faf0f1017 (diff)
downloadpoky-fae05fe28451a43aeead5dd7217ec7e9829bc8d8.tar.gz
libxml2: upgrade 2.11.5 -> 2.12.5
License-Update: hash.c is rewritten and no longer carries a special copyright notice, but dict.c still does (Copyright file updated to reflect that) (From OE-Core rev: a14769d40bee751ac1dcd536789e8e346046e141) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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)