]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/numactl: bump version to 2.0.11, add hash
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 30 Jan 2016 09:18:09 +0000 (10:18 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Feb 2016 18:06:39 +0000 (19:06 +0100)
The tarball contains a working configure script, therefore removed
autoreconf.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/numactl/numactl.hash [new file with mode: 0644]
package/numactl/numactl.mk

diff --git a/package/numactl/numactl.hash b/package/numactl/numactl.hash
new file mode 100644 (file)
index 0000000..c36e24d
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861        numactl-2.0.11.tar.gz
index c9ea9459a3a866ef23b0d96e478e2dd70cc7f550..6e1d5e3aa0887483dc1e6693a1b02d3feab0f4b8 100644 (file)
@@ -4,13 +4,10 @@
 #
 ################################################################################
 
-NUMACTL_VERSION = 2.0.10
+NUMACTL_VERSION = 2.0.11
 NUMACTL_SITE = ftp://oss.sgi.com/www/projects/libnuma/download
 NUMACTL_LICENSE = LGPLv2.1 (libnuma), GPLv2 (programs)
 NUMACTL_LICENSE_FILES = README
 NUMACTL_INSTALL_STAGING = YES
 
-# numactl tarball doesn't contain a pregenerated configure script.
-NUMACTL_AUTORECONF = YES
-
 $(eval $(autotools-package))