All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] package/numactl: upgrade to 2.0.10
@ 2015-03-19  7:46 Steven Noonan
  2015-03-19  7:47 ` Steven Noonan
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Noonan @ 2015-03-19  7:46 UTC (permalink / raw)
  To: buildroot

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 | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/package/numactl/numactl.mk b/package/numactl/numactl.mk
index f36a1b3..042f2d8 100644
--- a/package/numactl/numactl.mk
+++ b/package/numactl/numactl.mk
@@ -4,17 +4,11 @@
 #
 ################################################################################
 
-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_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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v3] package/numactl: upgrade to 2.0.10
  2015-03-19  7:46 [Buildroot] [PATCH v3] package/numactl: upgrade to 2.0.10 Steven Noonan
@ 2015-03-19  7:47 ` Steven Noonan
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Noonan @ 2015-03-19  7:47 UTC (permalink / raw)
  To: buildroot

On Thu, Mar 19, 2015 at 12:46 AM, Steven Noonan <steven@uplinklabs.net> wrote:
> 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 | 12 +++---------
>  1 file changed, 3 insertions(+), 9 deletions(-)
>
> diff --git a/package/numactl/numactl.mk b/package/numactl/numactl.mk
> index f36a1b3..042f2d8 100644
> --- a/package/numactl/numactl.mk
> +++ b/package/numactl/numactl.mk
> @@ -4,17 +4,11 @@
>  #
>  ################################################################################
>
> -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_AUTORECONF = YES

Er, this is obviously not correct -- missing the comment I added in
v2. That's what I get for switching machines while doing this work. :)

Resending this patch shortly...

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v3] package/numactl: upgrade to 2.0.10
  2015-03-19  7:49 Steven Noonan
@ 2015-03-19 12:36 ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-03-19 12:36 UTC (permalink / raw)
  To: buildroot

Dear Steven Noonan,

On Thu, 19 Mar 2015 00:49:56 -0700, Steven Noonan wrote:
> The package now uses autotools, although it's missing a pregenerated configure
> script.
> 
> Signed-off-by: Steven Noonan <steven@uplinklabs.net>

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v3] package/numactl: upgrade to 2.0.10
@ 2015-03-19  7:49 Steven Noonan
  2015-03-19 12:36 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Noonan @ 2015-03-19  7:49 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-19 12:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-19  7:46 [Buildroot] [PATCH v3] package/numactl: upgrade to 2.0.10 Steven Noonan
2015-03-19  7:47 ` Steven Noonan
2015-03-19  7:49 Steven Noonan
2015-03-19 12:36 ` Thomas Petazzoni

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.