summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-12 17:24:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-18 22:09:02 +0000
commit8d788958645dd92142b6a10f8e5686b7cd5826a6 (patch)
treebc7a94903028acd4c5a1154e6bdc518761515423 /meta
parent00f8cbd3a262b9b642b9fa8f2eeaaa74934372f8 (diff)
downloadpoky-8d788958645dd92142b6a10f8e5686b7cd5826a6.tar.gz
numactl: upgrade 2.0.18 -> 2.0.19
Changelog: =========== - Fix fallback for set_mempolicy_home_node syscall - Add -w and --weighted-interleave for weighted interleave mode - Fix the using of the uninitialized value - Fix RESOURCE_LEAK in show() - Add documentation for weighted interleave - Don't fail build when set_mempolicy_home_node syscall is unknown - eliminate hard-coded tables - Update numactl.c (green-br) - fix nodemask allocation size for get_mempolicy - Save and restore errno when probing for SET_PREFERRED_MANY - Make numa_available respect EPERM - Fix unitialized variables - more unitialized variables - Replace fgrep with grep -F to fix warning - Set version number back again - Increase version number to 2.0.19 - Regenerate configure for new version (From OE-Core rev: 7939e3289527a0b93f45efd17733c1e5eac42934) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/numactl/numactl_2.0.19.bb (renamed from meta/recipes-support/numactl/numactl_git.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_2.0.19.bb
index 6c853f1966..62f3020fef 100644
--- a/meta/recipes-support/numactl/numactl_git.bb
+++ b/meta/recipes-support/numactl/numactl_2.0.19.bb
@@ -10,8 +10,7 @@ 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 = "3871b1c42fc71bceadafd745d2eff5dddfc2d67e" 13SRCREV = "3bc85e37d5a30da6790cb7e8bb488bb8f679170f"
14PV = "2.0.18"
15 14
16SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \ 15SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \
17 file://Fix-the-test-output-format.patch \ 16 file://Fix-the-test-output-format.patch \