package/numactl: bump version to 2.0.11, add hash

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>
This commit is contained in:
Bernd Kuhls 2016-01-30 10:18:09 +01:00 committed by Thomas Petazzoni
parent b1063a0136
commit 86028a62d4
2 changed files with 3 additions and 4 deletions

View file

@ -0,0 +1,2 @@
# Locally calculated
sha256 450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861 numactl-2.0.11.tar.gz

View 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))