mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
f0c767407d
work arounds for: meta-oe/meta-oe/recipes-devtools/nodejs/nodejs_20.12.2.bb:do_compile meta-oe/meta-oe/recipes-support/pidgin/pidgin_2.14.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb:do_compile meta-oe/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb:do_compile meta-oe/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb:do_compile meta-oe/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb:do_compile meta-oe/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb:do_compile meta-oe/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb:do_configure meta-oe/meta-oe/recipes-support/avro/avro-c_1.11.3.bb:do_compile meta-oe/meta-oe/recipes-core/usleep/usleep_1.2.bb:do_compile meta-oe/meta-networking/recipes-protocols/openflow/openflow_git.bb:do_compile meta-oe/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb:do_compile meta-oe/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb:do_compile meta-oe/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb:do_compile meta-oe/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb:do_compile meta-oe/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb:do_compile meta-oe/meta-oe/recipes-extended/zsync/zsync-curl_git.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb:do_compile meta-oe/meta-oe/recipes-support/openct/openct_0.6.20.bb:do_compile meta-oe/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb:do_compile meta-oe/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb:do_compile meta-oe/meta-oe/recipes-support/daemontools/daemontools_0.76.bb:do_compile meta-oe/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb:do_compile meta-oe/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb:do_compile meta-oe/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/glade/glade_3.22.2.bb:do_compile http://errors.yoctoproject.org/Errors/Build/183124/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
63 lines
2.8 KiB
BlitzBasic
63 lines
2.8 KiB
BlitzBasic
SUMMARY = "Utility for IPMI control"
|
|
DESCRIPTION = "This package contains a utility for interfacing with devices that support \
|
|
the Intelligent Platform Management Interface specification. IPMI is \
|
|
an open standard for machine health, inventory, and remote power control. \
|
|
\
|
|
This utility can communicate with IPMI-enabled devices through either a \
|
|
kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in \
|
|
the IPMI specification. IPMIv2 adds support for encrypted LAN \
|
|
communications and remote Serial-over-LAN functionality. \
|
|
\
|
|
It provides commands for reading the Sensor Data Repository (SDR) and \
|
|
displaying sensor values, displaying the contents of the System Event \
|
|
Log (SEL), printing Field Replaceable Unit (FRU) information, reading and \
|
|
setting LAN configuration, and chassis power control. \
|
|
"
|
|
|
|
HOMEPAGE = "http://codeberg.org/IPMITool/ipmitool"
|
|
SECTION = "kernel/userland"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9aa91e13d644326bf281924212862184"
|
|
|
|
DEPENDS = "openssl readline ncurses"
|
|
SRCREV = "ab5ce5baff097ebb6e2a17a171858be213ee68d3"
|
|
SRC_URI = "git://codeberg.org/ipmitool/ipmitool;protocol=https;branch=master \
|
|
${IANA_ENTERPRISE_NUMBERS} \
|
|
file://0001-csv-revision-Drop-the-git-revision-info.patch \
|
|
"
|
|
IANA_ENTERPRISE_NUMBERS ?= ""
|
|
|
|
# Add these via bbappend if this database is needed by the system
|
|
#IANA_ENTERPRISE_NUMBERS = "http://www.iana.org/assignments/enterprise-numbers.txt;name=iana-enterprise-numbers;downloadfilename=iana-enterprise-numbers"
|
|
#SRC_URI[iana-enterprise-numbers.sha256sum] = "cdd97fc08325667434b805eb589104ae63f7a9eb720ecea73cb55110b383934c"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_install:append() {
|
|
if [ -e ${UNPACKDIR}/iana-enterprise-numbers ]; then
|
|
install -Dm 0755 ${UNPACKDIR}/iana-enterprise-numbers ${D}${datadir}/misc/enterprise-numbers
|
|
fi
|
|
}
|
|
|
|
PACKAGES =+ "${PN}-ipmievd"
|
|
FILES:${PN}-ipmievd += "${sbindir}/ipmievd"
|
|
FILES:${PN} += "${datadir}/misc"
|
|
|
|
# --disable-dependency-tracking speeds up the build
|
|
# --enable-file-security adds some security checks
|
|
# --disable-intf-free disables FreeIPMI support - we don't want to depend on
|
|
# FreeIPMI libraries, FreeIPMI has its own ipmitoool-like utility.
|
|
# --disable-registry-download prevents the IANA numbers from being fetched
|
|
# at build time, as it is not repeatable.
|
|
#
|
|
EXTRA_OECONF = "--disable-dependency-tracking --enable-file-security --disable-intf-free \
|
|
--disable-registry-download \
|
|
"
|
|
|
|
# http://errors.yoctoproject.org/Errors/Details/766896/
|
|
# git/lib/ipmi_fru.c:1556:41: error: initialization of 'struct fru_multirec_mgmt *' from incompatible pointer type 'struct fru_multirect_mgmt *' [-Wincompatible-pointer-types]
|
|
CFLAGS += "-Wno-error=incompatible-pointer-types"
|