diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-01-19 17:47:45 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:51:19 +0100 |
commit | a6b22d2d575c2de3bc9f5743523a8e1d9ed3ea05 (patch) | |
tree | 19b09551d9ddb02a6120aa11ea9c00cf66781ffb /meta-oe/recipes-support/numactl | |
parent | 9d140fd1093d8313f9b9a3b173867ccd28a3da06 (diff) | |
download | meta-openembedded-a6b22d2d575c2de3bc9f5743523a8e1d9ed3ea05.tar.gz |
numactl: update to 2.0.11
LIC_FILES_CKSUM changed do to adding version history.
Signed-off-by: Armin Kuster <akuster808@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_2.0.11.bb (renamed from meta-oe/recipes-support/numactl/numactl_2.0.10.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/numactl/numactl_2.0.10.bb b/meta-oe/recipes-support/numactl/numactl_2.0.11.bb index 8f27b156b..199726fd0 100644 --- a/meta-oe/recipes-support/numactl/numactl_2.0.10.bb +++ b/meta-oe/recipes-support/numactl/numactl_2.0.11.bb | |||
@@ -8,7 +8,7 @@ RDEPENDS_${PN} = "perl" | |||
8 | 8 | ||
9 | inherit autotools-brokensep ptest | 9 | inherit autotools-brokensep ptest |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://README;beginline=19;endline=32;md5=00b9fb4504ff2afcb7fb2a518780f412" | 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 | SRC_URI = "ftp://oss.sgi.com/www/projects/libnuma/download/${BPN}-${PV}.tar.gz \ |
14 | file://fix-null-pointer.patch \ | 14 | file://fix-null-pointer.patch \ |
@@ -17,8 +17,8 @@ SRC_URI = "ftp://oss.sgi.com/www/projects/libnuma/download/${BPN}-${PV}.tar.gz \ | |||
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | file://0001-define-run-test-target.patch \ | 18 | file://0001-define-run-test-target.patch \ |
19 | " | 19 | " |
20 | SRC_URI[md5sum] = "682c38305b2596967881f3d77bc3fc9c" | 20 | SRC_URI[md5sum] = "d3bc88b7ddb9f06d60898f4816ae9127" |
21 | SRC_URI[sha256sum] = "dbdac8fe74f13b2e2864bba352f1597ab1d3345c8c485d7805f58d66f414db61" | 21 | SRC_URI[sha256sum] = "450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861" |
22 | 22 | ||
23 | # ARM does not currently support NUMA | 23 | # ARM does not currently support NUMA |
24 | COMPATIBLE_HOST = "^((?!arm).*)$" | 24 | COMPATIBLE_HOST = "^((?!arm).*)$" |