Commit 86028a62 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/numactl: bump version to 2.0.11, add hash



The tarball contains a working configure script, therefore removed
autoreconf.

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent b1063a01
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# Locally calculated
sha256	450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861	numactl-2.0.11.tar.gz
+1 −4
Original line number Diff line number Diff line
@@ -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))