hwloc-utils: Add ncurses dependency 7509/head
authorRosen Penev <rosenp@gmail.com>
Sat, 24 Nov 2018 18:56:49 +0000 (10:56 -0800)
committerRosen Penev <rosenp@gmail.com>
Sat, 24 Nov 2018 18:59:03 +0000 (10:59 -0800)
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 <rosenp@gmail.com>
libs/hwloc/Makefile

index a19903271b731f640e0aaf8a4085806df5a4981a..a2e5672ee9682eb19ce4ba493e8a1e7d4cf2bf3d 100644 (file)
@@ -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