Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 1 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=9aa91e13d644326bf281924212862184" |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 2 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
Ed Tanous | d9aea6f | 2019-01-11 16:26:13 -0800 | [diff] [blame] | 3 | DEPENDS += "systemd" |
Alex Schendel | 6a69fe4 | 2023-06-20 19:42:53 -0700 | [diff] [blame] | 4 | |
| 5 | # Temporary patch for https://codeberg.org/IPMITool/ipmitool/pulls/1 |
| 6 | SRC_URI += " \ |
| 7 | file://0001-Fru-Fix-edit-field-not-checking-area-existence.patch \ |
| 8 | " |
| 9 | |
Vernon Mauery | e0b32cb | 2020-03-04 11:02:02 -0800 | [diff] [blame] | 10 | # 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 Mantey | bddfa40 | 2023-11-01 14:08:59 -0700 | [diff] [blame] | 12 | # IANA, the versioned file, $PWD/ipmitool/iana-enterprise-numbers |
Vernon Mauery | e0b32cb | 2020-03-04 11:02:02 -0800 | [diff] [blame] | 13 | # 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 Mauery | 5896a23 | 2019-04-23 15:31:51 -0700 | [diff] [blame] | 19 | SRC_URI += " \ |
Johnathan Mantey | bddfa40 | 2023-11-01 14:08:59 -0700 | [diff] [blame] | 20 | file://iana-enterprise-numbers \ |
Vernon Mauery | 5896a23 | 2019-04-23 15:31:51 -0700 | [diff] [blame] | 21 | " |
| 22 | |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 23 | S = "${WORKDIR}/git" |
| 24 | |
| 25 | EXTRA_OECONF:append = " --disable-ipmishell --enable-intf-dbus DEFAULT_INTF=dbus " |