diff options
| author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-09-05 15:35:13 +0900 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-09-05 18:13:44 -0700 |
| commit | ca1cc870c5eb34646f73e241667b22463ebd65fd (patch) | |
| tree | ad7645a6754252518df81994b388d80bf0696ff8 /meta-oe/recipes-support/numactl/numactl_git.bb | |
| parent | 517bd23da6cac1dd10adc3100cb82446d6c3e089 (diff) | |
| download | meta-openembedded-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.bb | 5 |
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 | |||
| 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=f8ff2391624f28e481299f3f677b21bb" |
| 12 | 12 | ||
| 13 | SRCREV = "841253d1313b01a968c380cae4f498f20c46e5aa" | 13 | SRCREV = "5d9f16722e3df49dc618a9f361bd482559695db7" |
| 14 | PV = "2.0.12+git${SRCPV}" | 14 | PV = "2.0.13+git${SRCPV}" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/numactl/numactl \ | 16 | SRC_URI = "git://github.com/numactl/numactl \ |
| 17 | file://0001-fix-NULL-pointer-problem.patch \ | ||
| 18 | file://Fix-the-test-output-format.patch \ | 17 | file://Fix-the-test-output-format.patch \ |
| 19 | file://Makefile \ | 18 | file://Makefile \ |
| 20 | file://run-ptest \ | 19 | file://run-ptest \ |
