diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-01 17:51:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-03 21:43:35 +0000 |
commit | 83134a01ac51b316bd1f02bc83d0c8b24fd68edc (patch) | |
tree | e475afdf4b3a757107af8a13564c84f69b5969d4 /meta/recipes-support/numactl/numactl_git.bb | |
parent | 46f235957b58f05ad31493d7ac14224562484053 (diff) | |
download | poky-83134a01ac51b316bd1f02bc83d0c8b24fd68edc.tar.gz |
numactl: upgrade 2.0.16 -> 2.0.17
Drop two backported patches, refresh others.
(From OE-Core rev: 63c7bf399f31420374866dc050a52e9c0700cdbd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/numactl/numactl_git.bb')
-rw-r--r-- | meta/recipes-support/numactl/numactl_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 0f71258bc3..bc5b09fc82 100644 --- a/meta/recipes-support/numactl/numactl_git.bb +++ b/meta/recipes-support/numactl/numactl_git.bb | |||
@@ -10,16 +10,14 @@ inherit autotools-brokensep ptest | |||
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43" | 11 | LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43" |
12 | 12 | ||
13 | SRCREV = "10285f1a1bad49306839b2c463936460b604e3ea" | 13 | SRCREV = "c1165896572b74e971d817909bf652066ddf801a" |
14 | PV = "2.0.16" | 14 | PV = "2.0.17" |
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 \ |
18 | file://Makefile \ | 18 | file://Makefile \ |
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | file://0001-define-run-test-target.patch \ | 20 | file://0001-define-run-test-target.patch \ |
21 | file://0001-configure-Check-for-largefile-support.patch \ | ||
22 | file://0002-shm.c-Replace-stat64-fstat64-ftruncate64mmap64-with-.patch \ | ||
23 | " | 21 | " |
24 | 22 | ||
25 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |