aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/numactl/numactl_git.bb
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-09-05 15:35:13 +0900
committerKhem Raj <raj.khem@gmail.com>2019-09-05 18:13:44 -0700
commitca1cc870c5eb34646f73e241667b22463ebd65fd (patch)
treead7645a6754252518df81994b388d80bf0696ff8 /meta-oe/recipes-support/numactl/numactl_git.bb
parent517bd23da6cac1dd10adc3100cb82446d6c3e089 (diff)
downloadmeta-openembedded-contrib-ca1cc870c5eb34646f73e241667b22463ebd65fd.tar.gz
numactl: upgrade 2.0.12 -> 2.0.13
Remove patch: 0001-fix-NULL-pointer-problem.patch since this is included in 2.0.13 Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/numactl/numactl_git.bb')
-rw-r--r--meta-oe/recipes-support/numactl/numactl_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/numactl/numactl_git.bb b/meta-oe/recipes-support/numactl/numactl_git.bb
index 279ac04156..f13b1795f1 100644
--- a/meta-oe/recipes-support/numactl/numactl_git.bb
+++ b/meta-oe/recipes-support/numactl/numactl_git.bb
@@ -10,11 +10,10 @@ inherit autotools-brokensep ptest
LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=f8ff2391624f28e481299f3f677b21bb"
-SRCREV = "841253d1313b01a968c380cae4f498f20c46e5aa"
-PV = "2.0.12+git${SRCPV}"
+SRCREV = "5d9f16722e3df49dc618a9f361bd482559695db7"
+PV = "2.0.13+git${SRCPV}"
SRC_URI = "git://github.com/numactl/numactl \
- file://0001-fix-NULL-pointer-problem.patch \
file://Fix-the-test-output-format.patch \
file://Makefile \
file://run-ptest \