From patchwork Thu Mar 19 07:46:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Noonan X-Patchwork-Id: 451765 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 9F87614010F for ; Thu, 19 Mar 2015 18:46:48 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id F1038A3350; Thu, 19 Mar 2015 07:46:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iYJrFR3tRTZq; Thu, 19 Mar 2015 07:46:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D0F54A32CB; Thu, 19 Mar 2015 07:46:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1654E1C2354 for ; Thu, 19 Mar 2015 07:46:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1122C9206A for ; Thu, 19 Mar 2015 07:46:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mTwggsZBZtJ8 for ; Thu, 19 Mar 2015 07:46:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4DE3C91D7F for ; Thu, 19 Mar 2015 07:46:45 +0000 (UTC) Received: by pdnc3 with SMTP id c3so68624934pdn.0 for ; Thu, 19 Mar 2015 00:46:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=/dlwxIKIi6cIREfIpwr1VuJ8XAPLX/EVDeM0uKhh1Hw=; b=Tv0tWJXLz15eONasMkj0FFmVC+KYu2EIWMFxb+UxZN/MdOLCqI7Dq1QI2AVb0I+4qK WyBpQVSw45L0lUzuz9LsJ1KDY7oSPbYIN5P7kBcCJn5gW7mX2ObnVeKrCOdLkRqnpoPE jTVFeiF3uieMD7uRpuSn48XCCr1AQ1CRf6jZslZ2QtsfW1B++hFD2bIcN5mG0tdjzJiL 2MVKnF6GGW+Fh3/P7/TGb/gUDJlJr9E+XTValsnF1PkKTuDGwD3qtFcNoRK0FiXuAOmi yKV3xgRbP3htIo0s8u0P8EFSWzgVL7h0+pDS1ZmZen+/Muv9i/CtGjH/JNzoS1W67m1m KBBQ== X-Gm-Message-State: ALoCoQkT1u4KCB6z2kjWcLGNHaGvoG82NbWVcUZu+P6SVrLNy4H9kdiICQ/hmKuJgSgguQF0LJ+z X-Received: by 10.67.30.103 with SMTP id kd7mr94570648pad.121.1426751204880; Thu, 19 Mar 2015 00:46:44 -0700 (PDT) Received: from steven@uplinklabs.net ([104.152.107.133]) by mx.google.com with ESMTPSA id z4sm1364690pdn.46.2015.03.19.00.46.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Mar 2015 00:46:43 -0700 (PDT) Received: by steven@uplinklabs.net (sSMTP sendmail emulation); Thu, 19 Mar 2015 00:46:41 -0700 From: Steven Noonan To: buildroot@busybox.net Date: Thu, 19 Mar 2015 00:46:40 -0700 Message-Id: <1426751200-4855-1-git-send-email-steven@uplinklabs.net> X-Mailer: git-send-email 2.3.3 Subject: [Buildroot] [PATCH v3] package/numactl: upgrade to 2.0.10 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The package now uses autotools, although it's missing a pregenerated configure script. Signed-off-by: Steven Noonan --- 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))