From f6d24fe8a4dc0589d85d99a82f17803ce670bf13 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 24 Nov 2018 10:56:49 -0800 Subject: [PATCH] hwloc-utils: Add ncurses dependency The lstopo utility has support for it. As ncurses is quite widespread, might as well add support instead of patching it out. Signed-off-by: Rosen Penev --- libs/hwloc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/hwloc/Makefile b/libs/hwloc/Makefile index a19903271..a2e5672ee 100644 --- a/libs/hwloc/Makefile +++ b/libs/hwloc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hwloc PKG_VERSION:=2.0.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.0 @@ -43,7 +43,7 @@ $(call Package/hwloc/Default) SECTION:=utils CATEGORY:=Utilities TITLE+= utilities - DEPENDS+= +libhwloc + DEPENDS+= +libhwloc +libncurses endef define Package/hwloc-utils/description