diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-07-17 20:10:05 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:58:50 +0200 |
commit | b9d8854ec0450a19b2dd6f54fb9f01201fd004d9 (patch) | |
tree | 1df06f9fbaa9dbb9923fe4f5f7483692a55289ac /meta-oe/recipes-support/numactl | |
parent | d45db2d6ec8ed5b4dbdd9c3de480ad7ac8ec0d83 (diff) | |
download | meta-openembedded-b9d8854ec0450a19b2dd6f54fb9f01201fd004d9.tar.gz |
numactl: Update to latest from github
There are patches to compile it on musl upstream
therefore switch the SRC_URI to fetch from github
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/numactl')
-rw-r--r-- | meta-oe/recipes-support/numactl/numactl_git.bb (renamed from meta-oe/recipes-support/numactl/numactl_2.0.11.bb) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/numactl/numactl_2.0.11.bb b/meta-oe/recipes-support/numactl/numactl_git.bb index dd159a3b10..f2d9a17604 100644 --- a/meta-oe/recipes-support/numactl/numactl_2.0.11.bb +++ b/meta-oe/recipes-support/numactl/numactl_git.bb | |||
@@ -10,15 +10,18 @@ inherit autotools-brokensep ptest | |||
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://README;beginline=19;endline=32;md5=5644cc3851cb2499f6c48e52fe198bd9" | 11 | LIC_FILES_CHKSUM = "file://README;beginline=19;endline=32;md5=5644cc3851cb2499f6c48e52fe198bd9" |
12 | 12 | ||
13 | SRC_URI = "ftp://oss.sgi.com/www/projects/libnuma/download/${BPN}-${PV}.tar.gz \ | 13 | SRCREV = "ea3a70681c2f523fe58e1d44527f478ca76db74e" |
14 | PV = "2.0.11+git${SRCPV}" | ||
15 | |||
16 | SRC_URI = "git://github.com/numactl/numactl \ | ||
14 | file://fix-null-pointer.patch \ | 17 | file://fix-null-pointer.patch \ |
15 | file://Fix-the-test-output-format.patch \ | 18 | file://Fix-the-test-output-format.patch \ |
16 | file://Makefile \ | 19 | file://Makefile \ |
17 | file://run-ptest \ | 20 | file://run-ptest \ |
18 | file://0001-define-run-test-target.patch \ | 21 | file://0001-define-run-test-target.patch \ |
19 | " | 22 | " |
20 | SRC_URI[md5sum] = "d3bc88b7ddb9f06d60898f4816ae9127" | 23 | |
21 | SRC_URI[sha256sum] = "450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861" | 24 | S = "${WORKDIR}/git" |
22 | 25 | ||
23 | # ARM does not currently support NUMA | 26 | # ARM does not currently support NUMA |
24 | COMPATIBLE_HOST = "^((?!arm).*)$" | 27 | COMPATIBLE_HOST = "^((?!arm).*)$" |