numactl: Upgrade 2.0.17 -> 2.0.18

(From OE-Core rev: 6e59ddccd728b50aa0503cd262dcefde25946ae4)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2024-02-20 12:13:35 +00:00
parent 48f2d03183
commit dd52201fd3
3 changed files with 10 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
rename test target as run-test From a5e1fa272f294e739d6caaf629968478796ca53a Mon Sep 17 00:00:00 2001
From: Roy Li <rongqing.li@windriver.com>
Date: Mon, 19 Oct 2020 14:42:11 -0700
Subject: [PATCH] rename test target as run-test
Upstream-Status: Pending Upstream-Status: Pending
@@ -8,12 +11,13 @@ not suitable for cross-compile environment, so rename it as run-test.
and define test target to compile the test files. and define test target to compile the test files.
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com>
--- ---
Makefile.am | 4 +++- Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-) 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am diff --git a/Makefile.am b/Makefile.am
index e84b21e..94a8bff 100644 index da01d27..c738b93 100644
--- a/Makefile.am --- a/Makefile.am
+++ b/Makefile.am +++ b/Makefile.am
@@ -126,7 +126,9 @@ regress2: $(check_PROGRAMS) @@ -126,7 +126,9 @@ regress2: $(check_PROGRAMS)

View File

@@ -1,4 +1,4 @@
From 59fd750a84bbe5874dec936d2bee9ef11a1b6505 Mon Sep 17 00:00:00 2001 From 29f811d9d381f2ab54b3c8cef77334e32970ef09 Mon Sep 17 00:00:00 2001
From: Li xin <lixin.fnst@cn.fujitsu.com> From: Li xin <lixin.fnst@cn.fujitsu.com>
Date: Tue, 21 Jul 2015 02:01:22 +0900 Date: Tue, 21 Jul 2015 02:01:22 +0900
Subject: [PATCH] Fix the test output format Subject: [PATCH] Fix the test output format
@@ -8,6 +8,7 @@ Upstream-Status: Pending
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
--- ---
test/regress | 6 +++--- test/regress | 6 +++---
test/regress2 | 11 +++++------ test/regress2 | 11 +++++------

View File

@@ -10,8 +10,8 @@ inherit autotools-brokensep ptest
LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43" LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43"
SRCREV = "c1165896572b74e971d817909bf652066ddf801a" SRCREV = "3871b1c42fc71bceadafd745d2eff5dddfc2d67e"
PV = "2.0.17" PV = "2.0.18"
SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \ SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \
file://Fix-the-test-output-format.patch \ file://Fix-the-test-output-format.patch \