From: Graham Holland Date: Tue, 30 May 2017 18:04:23 +0000 (-0700) Subject: package/hwloc: install package to staging directory X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10b386d2dc03b53b03d6923d84c4a128f47322e4;p=buildroot.git package/hwloc: install package to staging directory 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/hwloc/hwloc.mk b/package/hwloc/hwloc.mk index ad2e090a43..5de84f77a1 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