From ac2ced95234a814afa46b505eac8ea4d0f507d83 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sun, 13 Oct 2019 16:44:48 -0400 Subject: [PATCH 1/2] hwloc: update to 2.1.0 Signed-off-by: W. Michael Petullo --- libs/hwloc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/hwloc/Makefile b/libs/hwloc/Makefile index 926615fba..ab51fa9ee 100644 --- a/libs/hwloc/Makefile +++ b/libs/hwloc/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hwloc -PKG_VERSION:=2.0.3 -PKG_RELEASE:=2 +PKG_VERSION:=2.1.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.0 -PKG_HASH:=e393aaf39e576b329a2bff3096d9618d4e39f416874390b58e6573349554c725 +PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.1 +PKG_HASH:=19429752f772cf68321196970ffb10dafd7e02ab38d2b3382b157c78efd10862 PKG_LICENSE:=BSD-3-Clause PKG_MAINTAINER:=W. Michael Petullo From ad70a0ebf6c12d62107eee80bc9f57c61f1f4471 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 14 Oct 2019 08:47:34 -0400 Subject: [PATCH 2/2] hwloc: add PKG_LICENSE_FILES and remove PKG_FIXUP Signed-off-by: W. Michael Petullo --- libs/hwloc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/hwloc/Makefile b/libs/hwloc/Makefile index ab51fa9ee..2e5bec6d3 100644 --- a/libs/hwloc/Makefile +++ b/libs/hwloc/Makefile @@ -13,12 +13,11 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.1 PKG_HASH:=19429752f772cf68321196970ffb10dafd7e02ab38d2b3382b157c78efd10862 -PKG_LICENSE:=BSD-3-Clause PKG_MAINTAINER:=W. Michael Petullo +PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 -PKG_FIXUP:=autoreconf - include $(INCLUDE_DIR)/package.mk define Package/hwloc/Default