* [Buildroot] [PATCH 1/1] package/hwloc: install package to staging directory
@ 2017-05-30 18:04 Graham Holland
2017-05-30 21:18 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Graham Holland @ 2017-05-30 18:04 UTC (permalink / raw)
To: buildroot
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(+)
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
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-30 21:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-30 18:04 [Buildroot] [PATCH 1/1] package/hwloc: install package to staging directory Graham Holland
2017-05-30 21:18 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox