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 <rosenp@gmail.com>
This commit is contained in:
parent
eb1a7f9d22
commit
f6d24fe8a4
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hwloc
|
PKG_NAME:=hwloc
|
||||||
PKG_VERSION:=2.0.2
|
PKG_VERSION:=2.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.0
|
PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.0
|
||||||
|
@ -43,7 +43,7 @@ $(call Package/hwloc/Default)
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE+= utilities
|
TITLE+= utilities
|
||||||
DEPENDS+= +libhwloc
|
DEPENDS+= +libhwloc +libncurses
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/hwloc-utils/description
|
define Package/hwloc-utils/description
|
||||||
|
|
Loading…
Reference in a new issue