diff mbox

[1/1] package/hwloc: install package to staging directory

Message ID 1496167463-10721-1-git-send-email-gmh7@sfu.ca
State Accepted
Headers show

Commit Message

Graham Holland May 30, 2017, 6:04 p.m. UTC
The hwloc package consists of a library and utilities so it should be installed
to both the staging and target directories.

Signed-off-by: Graham Holland <gmh7@sfu.ca>
---
 package/hwloc/hwloc.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni May 30, 2017, 9:18 p.m. UTC | #1
Hello,

On Tue, 30 May 2017 11:04:23 -0700, Graham Holland wrote:
> The hwloc package consists of a library and utilities so it should be installed
> to both the staging and target directories.
> 
> Signed-off-by: Graham Holland <gmh7@sfu.ca>
> ---
>  package/hwloc/hwloc.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to next, thanks.

Thomas
diff mbox

Patch

diff --git a/package/hwloc/hwloc.mk b/package/hwloc/hwloc.mk
index ad2e090..5de84f7 100644
--- a/package/hwloc/hwloc.mk
+++ b/package/hwloc/hwloc.mk
@@ -11,6 +11,7 @@  HWLOC_SITE = http://www.open-mpi.org/software/hwloc/v$(HWLOC_VERSION_MAJOR)/down
 HWLOC_LICENSE = BSD-3-Clause
 HWLOC_LICENSE_FILES = COPYING
 HWLOC_DEPENDENCIES = host-pkgconf
+HWLOC_INSTALL_STAGING = YES
 # 0001-utils-hwloc-Makefile.am-fix-install-man-race-conditi.patch touches Makefile.am
 HWLOC_AUTORECONF = YES