blob: 5445c9d54811580d72f0d7562079eefa09c45f4d [file] [log] [blame]
Ed Tanous9936f862022-09-19 09:13:20 -07001LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=9aa91e13d644326bf281924212862184"
Patrick Williams12fc9392021-08-06 09:16:53 -05002FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
Ed Tanousd9aea6f2019-01-11 16:26:13 -08003DEPENDS += "systemd"
Alex Schendel6a69fe42023-06-20 19:42:53 -07004
5# Temporary patch for https://codeberg.org/IPMITool/ipmitool/pulls/1
6SRC_URI += " \
7 file://0001-Fru-Fix-edit-field-not-checking-area-existence.patch \
8"
9
Vernon Mauerye0b32cb2020-03-04 11:02:02 -080010# TODO: when a new company joins the OpenBMC project by signing
11# a CLA, if they have an enterprise number on file with the
Johnathan Manteybddfa402023-11-01 14:08:59 -070012# IANA, the versioned file, $PWD/ipmitool/iana-enterprise-numbers
Vernon Mauerye0b32cb2020-03-04 11:02:02 -080013# needs to be updated to add their entry. The canonical
14# version of the file is locatede here:
15# https://www.iana.org/assignments/enterprise-numbers
16#
17# This file is manually downloaded so it can be versioned
18# instead of having the makefile download it during do_compile
Vernon Mauery5896a232019-04-23 15:31:51 -070019SRC_URI += " \
Johnathan Manteybddfa402023-11-01 14:08:59 -070020 file://iana-enterprise-numbers \
Vernon Mauery5896a232019-04-23 15:31:51 -070021 "
22
Ed Tanous9936f862022-09-19 09:13:20 -070023S = "${WORKDIR}/git"
24
25EXTRA_OECONF:append = " --disable-ipmishell --enable-intf-dbus DEFAULT_INTF=dbus "