All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Noonan <steven@uplinklabs.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3] package/numactl: upgrade to 2.0.10
Date: Thu, 19 Mar 2015 00:49:56 -0700	[thread overview]
Message-ID: <1426751396-5465-1-git-send-email-steven@uplinklabs.net> (raw)

The package now uses autotools, although it's missing a pregenerated configure
script.

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
---

v2:
  - Added comment about rationale for NUMACTL_AUTORECONF=YES

v3:
  - Adding comment in commit message about numactl's move to using autotools.

 package/numactl/numactl.mk | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/package/numactl/numactl.mk b/package/numactl/numactl.mk
index f36a1b3..18da047 100644
--- a/package/numactl/numactl.mk
+++ b/package/numactl/numactl.mk
@@ -4,17 +4,12 @@
 #
 ################################################################################
 
-NUMACTL_VERSION = 2.0.9
+NUMACTL_VERSION = 2.0.10
 NUMACTL_SITE = ftp://oss.sgi.com/www/projects/libnuma/download
 NUMACTL_LICENSE = LGPLv2.1 (libnuma), GPLv2 (programs)
 NUMACTL_LICENSE_FILES = README
 
-define NUMACTL_BUILD_CMDS
-	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
-endef
+# numactl tarball doesn't contain a pregenerated configure script.
+NUMACTL_AUTORECONF = YES
 
-define NUMACTL_INSTALL_TARGET_CMDS
-	$(MAKE) prefix=$(TARGET_DIR) libdir=$(TARGET_DIR)/lib -C $(@D) install
-endef
-
-$(eval $(generic-package))
+$(eval $(autotools-package))
-- 
2.3.3

             reply	other threads:[~2015-03-19  7:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-19  7:49 Steven Noonan [this message]
2015-03-19 12:36 ` [Buildroot] [PATCH v3] package/numactl: upgrade to 2.0.10 Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2015-03-19  7:46 Steven Noonan
2015-03-19  7:47 ` Steven Noonan

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=1426751396-5465-1-git-send-email-steven@uplinklabs.net \
    --to=steven@uplinklabs.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.