Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mikhail Karpenko <karpenko@fastmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] numactl: change source code provider to GitHub
Date: Thu,  7 Jun 2018 22:51:32 +0300	[thread overview]
Message-ID: <20180607195132.7501-1-karpenko@fastmail.com> (raw)

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>
---
 package/numactl/numactl.hash | 2 +-
 package/numactl/numactl.mk   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/numactl/numactl.hash b/package/numactl/numactl.hash
index c36e24d6ba..8a395417f1 100644
--- a/package/numactl/numactl.hash
+++ b/package/numactl/numactl.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861	numactl-2.0.11.tar.gz
+sha256 3e099a59b2c527bcdbddd34e1952ca87462d2cef4c93da9b0bc03f02903f7089        numactl-v2.0.11.tar.gz
diff --git a/package/numactl/numactl.mk b/package/numactl/numactl.mk
index d37ee9e882..d3ce4f43c0 100644
--- a/package/numactl/numactl.mk
+++ b/package/numactl/numactl.mk
@@ -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))
-- 
2.17.0

             reply	other threads:[~2018-06-07 19:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-07 19:51 Mikhail Karpenko [this message]
2018-06-10 13:07 ` [Buildroot] [PATCH 1/1] numactl: change source code provider to GitHub Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180607195132.7501-1-karpenko@fastmail.com \
    --to=karpenko@fastmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox