[Buildroot] [git commit] package/openipmi: install to staging dir

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Dec 22 13:39:00 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=3c5912b2ec727bb0337cdbc63d59a3a0f4e3bdf3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Needed for packages which depend on openipmi.

Signed-off-by: Alexey Lukyanchuk <skif at skif-web.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/openipmi/openipmi.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/openipmi/openipmi.mk b/package/openipmi/openipmi.mk
index 9590b446ef..ca8fa77342 100644
--- a/package/openipmi/openipmi.mk
+++ b/package/openipmi/openipmi.mk
@@ -10,6 +10,7 @@ OPENIPMI_SOURCE = OpenIPMI-$(OPENIPMI_VERSION).tar.gz
 OPENIPMI_LICENSE = LGPL-2.0+, GPL-2.0+, BSD-3-Clause
 OPENIPMI_LICENSE_FILES = COPYING.LIB COPYING COPYING.BSD
 OPENIPMI_DEPENDENCIES = popt ncurses readline host-pkgconf
+OPENIPMI_INSTALL_STAGING = YES
 # Patching Makefile.am
 OPENIPMI_AUTORECONF = YES
 OPENIPMI_CONF_ENV = ac_cv_path_pkgprog="$(PKG_CONFIG_HOST_BINARY)"


More information about the buildroot mailing list