summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-20 12:13:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-21 22:20:10 +0000
commitdd52201fd308a5c449e7ccf0eeabdc3654a2ad24 (patch)
treec9beaeccf0096507df209e7c56ba8c715a7313cd /meta/recipes-support
parent48f2d03183f00126e778d141f62ad1502fe3afac (diff)
downloadpoky-dd52201fd308a5c449e7ccf0eeabdc3654a2ad24.tar.gz
numactl: Upgrade 2.0.17 -> 2.0.18
(From OE-Core rev: 6e59ddccd728b50aa0503cd262dcefde25946ae4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch8
-rw-r--r--meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch3
-rw-r--r--meta/recipes-support/numactl/numactl_git.bb4
3 files changed, 10 insertions, 5 deletions
diff --git a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
index 185dcb3e2d..68b3e2491f 100644
--- a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
+++ b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch
@@ -1,4 +1,7 @@
1rename test target as run-test 1From a5e1fa272f294e739d6caaf629968478796ca53a Mon Sep 17 00:00:00 2001
2From: Roy Li <rongqing.li@windriver.com>
3Date: Mon, 19 Oct 2020 14:42:11 -0700
4Subject: [PATCH] rename test target as run-test
2 5
3Upstream-Status: Pending 6Upstream-Status: Pending
4 7
@@ -8,12 +11,13 @@ not suitable for cross-compile environment, so rename it as run-test.
8and define test target to compile the test files. 11and define test target to compile the test files.
9 12
10Signed-off-by: Roy Li <rongqing.li@windriver.com> 13Signed-off-by: Roy Li <rongqing.li@windriver.com>
14
11--- 15---
12 Makefile.am | 4 +++- 16 Makefile.am | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-) 17 1 file changed, 3 insertions(+), 1 deletion(-)
14 18
15diff --git a/Makefile.am b/Makefile.am 19diff --git a/Makefile.am b/Makefile.am
16index e84b21e..94a8bff 100644 20index da01d27..c738b93 100644
17--- a/Makefile.am 21--- a/Makefile.am
18+++ b/Makefile.am 22+++ b/Makefile.am
19@@ -126,7 +126,9 @@ regress2: $(check_PROGRAMS) 23@@ -126,7 +126,9 @@ regress2: $(check_PROGRAMS)
diff --git a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
index 00c4f9dfcb..8345f71d72 100644
--- a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
+++ b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
@@ -1,4 +1,4 @@
1From 59fd750a84bbe5874dec936d2bee9ef11a1b6505 Mon Sep 17 00:00:00 2001 1From 29f811d9d381f2ab54b3c8cef77334e32970ef09 Mon Sep 17 00:00:00 2001
2From: Li xin <lixin.fnst@cn.fujitsu.com> 2From: Li xin <lixin.fnst@cn.fujitsu.com>
3Date: Tue, 21 Jul 2015 02:01:22 +0900 3Date: Tue, 21 Jul 2015 02:01:22 +0900
4Subject: [PATCH] Fix the test output format 4Subject: [PATCH] Fix the test output format
@@ -8,6 +8,7 @@ Upstream-Status: Pending
8Signed-off-by: Roy Li <rongqing.li@windriver.com> 8Signed-off-by: Roy Li <rongqing.li@windriver.com>
9Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 9Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
10Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> 10Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
11
11--- 12---
12 test/regress | 6 +++--- 13 test/regress | 6 +++---
13 test/regress2 | 11 +++++------ 14 test/regress2 | 11 +++++------
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb
index bc5b09fc82..bd16df91ec 100644
--- a/meta/recipes-support/numactl/numactl_git.bb
+++ b/meta/recipes-support/numactl/numactl_git.bb
@@ -10,8 +10,8 @@ inherit autotools-brokensep ptest
10 10
11LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43" 11LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43"
12 12
13SRCREV = "c1165896572b74e971d817909bf652066ddf801a" 13SRCREV = "3871b1c42fc71bceadafd745d2eff5dddfc2d67e"
14PV = "2.0.17" 14PV = "2.0.18"
15 15
16SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \ 16SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \
17 file://Fix-the-test-output-format.patch \ 17 file://Fix-the-test-output-format.patch \