From ad70a0ebf6c12d62107eee80bc9f57c61f1f4471 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 14 Oct 2019 08:47:34 -0400 Subject: [PATCH] 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 ab51fa9ee3..2e5bec6d3e 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 -- 2.30.2