|
@@ -14,6 +14,7 @@ IPMITOOL_AUTORECONF = YES
|
|
|
IPMITOOL_DEPENDENCIES = host-pkgconf
|
|
|
|
|
|
IPMITOOL_CONF_OPTS = --disable-registry-download
|
|
|
+IPMITOOL_CONF_ENV = IANADIR=/usr/share/misc/iana
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_FREEIPMI),y)
|
|
|
IPMITOOL_DEPENDENCIES += freeipmi
|
|
@@ -49,20 +50,4 @@ endef
|
|
|
IPMITOOL_POST_INSTALL_TARGET_HOOKS += IPMITOOL_REMOVE_IPMIEVD
|
|
|
endif
|
|
|
|
|
|
-IPMITOOL_PEN_REG_URI = $(call qstrip,$(BR2_PACKAGE_IPMITOOL_PEN_REG_URI))
|
|
|
-ifneq ($(IPMITOOL_PEN_REG_URI),)
|
|
|
-ifneq ($(findstring ://,$(IPMITOOL_PEN_REG_URI)),)
|
|
|
-IPMITOOL_EXTRA_DOWNLOADS += $(IPMITOOL_PEN_REG_URI)
|
|
|
-BR_NO_CHECK_HASH_FOR += $(notdir $(IPMITOOL_PEN_REG_URI))
|
|
|
-IPMITOOL_PEN_REG = $(IPMITOOL_DL_DIR)/$(notdir $(IPMITOOL_PEN_REG_URI))
|
|
|
-else
|
|
|
-IPMITOOL_PEN_REG = $(IPMITOOL_PEN_REG_URI)
|
|
|
-endif #findstring
|
|
|
-define IPMITOOL_INSTALL_PEN_REG
|
|
|
- $(INSTALL) -D -m 0644 $(IPMITOOL_PEN_REG) \
|
|
|
- $(TARGET_DIR)/usr/share/misc/enterprise-numbers
|
|
|
-endef
|
|
|
-IPMITOOL_POST_INSTALL_TARGET_HOOKS += IPMITOOL_INSTALL_PEN_REG
|
|
|
-endif # IPMITOOL_PEN_REG_URI !empty
|
|
|
-
|
|
|
$(eval $(autotools-package))
|