Merge pull request #9104 from neheb/hwl

hwloc: Add PCI support
This commit is contained in:
Rosen Penev 2019-06-07 22:39:23 -07:00 committed by GitHub
commit 3fc1876627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=hwloc
PKG_VERSION:=2.0.3
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
@ -56,6 +56,7 @@ $(call Package/hwloc/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE+= libraries
DEPENDS+=+libpciaccess
endef
define Package/libhwloc/description