diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-15 13:45:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-10 14:39:24 +0000 |
commit | 7444db04e6805abc1fe32eda1b234f85c3b3ffe3 (patch) | |
tree | 0de17684df78f04a459d8ce681c46005d21d319f /meta/recipes-support/numactl | |
parent | 0f6128e969587a12cade37ffec2ee9939ffabdb1 (diff) | |
download | poky-7444db04e6805abc1fe32eda1b234f85c3b3ffe3.tar.gz |
numactl: upgrade 2.0.14 -> 2.0.15
v2.0.15 changes
Various bug fixes and cleanups
Supported multiple preferred nodes
This release didn't include a release tarball. Furthermore, it had issues such as #135, #136 and #138 that got fixed in the follow up release. Please try to use v2.0.16 instead.
License checksum change from a typo fix.
(From OE-Core rev: c275a87794027b03fde68ee11fa2f5eddbf3c344)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8829fe6ee093acc6fb990f9ca6cad67c2c7549d5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/numactl')
-rw-r--r-- | meta/recipes-support/numactl/numactl_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 93547ea239..712cf0203f 100644 --- a/meta/recipes-support/numactl/numactl_git.bb +++ b/meta/recipes-support/numactl/numactl_git.bb | |||
@@ -8,10 +8,10 @@ SECTION = "apps" | |||
8 | 8 | ||
9 | inherit autotools-brokensep ptest | 9 | inherit autotools-brokensep ptest |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=f8ff2391624f28e481299f3f677b21bb" | 11 | LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43" |
12 | 12 | ||
13 | SRCREV = "dd6de072c92c892a86e18c0fd0dfa1ba57a9a05d" | 13 | SRCREV = "01a39cb4edc0dd0f4151b7ad11e0c56d2e612a02" |
14 | PV = "2.0.14" | 14 | PV = "2.0.15" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \ | 16 | SRC_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 \ |