-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16570 control: Remove non-server dependency on libpci
Commit 2145093 added a new pciutils package that provides bindings for the library so that the server can interrogate PCI device status. The work also included a change to the hwprov package that forces all users of hwprov to pull in libpci, even though only the server needs it. This commit changes the server to pull in the pciutils package directly and removes the dependency from other users of hwprov. Required-githooks: true Change-Id: Iec155fe4b6f16ddad421226200617ecd5700aa76 Signed-off-by: Michael MacDonald <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters