numactl: change source code provider to GitHub
authorMikhail Karpenko <karpenko@fastmail.com>
Thu, 7 Jun 2018 19:51:32 +0000 (22:51 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 10 Jun 2018 13:01:50 +0000 (15:01 +0200)
The original ftp with source code is not reachable any more and this
commit changes the location of the package to corresponding GitHub
project.

Signed-off-by: Mikhail Karpenko <karpenko@fastmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/numactl/numactl.hash
package/numactl/numactl.mk

index c36e24d6baafcd12d68d0301faab9aad99db2cdb..8a395417f1403db73cb38f395ead0ceb5a00be75 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861        numactl-2.0.11.tar.gz
+sha256 3e099a59b2c527bcdbddd34e1952ca87462d2cef4c93da9b0bc03f02903f7089        numactl-v2.0.11.tar.gz
index d37ee9e8829e9284c46611b5cd3496d9c9aaab58..d3ce4f43c03a83f7b12643da62db62966f17abe3 100644 (file)
@@ -4,10 +4,11 @@
 #
 ################################################################################
 
-NUMACTL_VERSION = 2.0.11
-NUMACTL_SITE = ftp://oss.sgi.com/www/projects/libnuma/download
+NUMACTL_VERSION = v2.0.11
+NUMACTL_SITE = $(call github,numactl,numactl,$(NUMACTL_VERSION))
 NUMACTL_LICENSE = LGPL-2.1 (libnuma), GPL-2.0 (programs)
 NUMACTL_LICENSE_FILES = README
 NUMACTL_INSTALL_STAGING = YES
+NUMACTL_AUTORECONF = YES
 
 $(eval $(autotools-package))