summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-10-11 16:21:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-09 17:42:13 +0000
commit8ed9ff8919adf0fcd2fdd1f8efb382891ddae3e0 (patch)
tree072d6120191ccdbefdfc4d1f1996d47844379ee8 /meta
parent86eaa373a7049842653cc46f6114f715878c60d1 (diff)
downloadpoky-8ed9ff8919adf0fcd2fdd1f8efb382891ddae3e0.tar.gz
numactl: upgrade 2.0.15 -> 2.0.16
Commits 5a99c6d: Revert "numademo: fix error on 32bit system" (Andi Kleen) 04da3af: fix the memory leak of numa_preferred api (luochenglcs) #139 86edd38: when preferred_many is not supported, fall back to preferred will (luochenglcs) #137 413a93f: add cut-release github workflow (#142) (LUCIANO FURTADO) #142 10285f1: Release numactl 2.0.16 (Filipe Brandenburger) (From OE-Core rev: 5ab90209ef18876285bd62468e9cec7a9a80608d) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 6d9ed8d4b13c2d87dae482bbadef039de050bc9d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/numactl/numactl_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb
index 712cf0203f..23be0a3b4f 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 = "01a39cb4edc0dd0f4151b7ad11e0c56d2e612a02" 13SRCREV = "10285f1a1bad49306839b2c463936460b604e3ea"
14PV = "2.0.15" 14PV = "2.0.16"
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 \