blob: d52f33038006ee62477b3eed42cb93adbb465948 [file] [log] [blame]
Ed Tanousd9aea6f2019-01-11 16:26:13 -08001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3DEPENDS += "systemd"
4
Vernon Mauery5896a232019-04-23 15:31:51 -07005SRC_URI = "git://github.com/ipmitool/ipmitool.git;protocol=https"
6SRCREV = "d818c2ff85c011be29c8d3047e516a5e032a1923"
7
8# this patch has been submitted to ipmitool upstream and is in review
9SRC_URI += " \
10 file://0001-create_pen_list-only-print-if-values-are-set.patch \
11 "
12
13S = "${WORKDIR}/git"
14LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=9aa91e13d644326bf281924212862184"
15
Yong Li89f43962019-12-05 12:40:24 +080016EXTRA_OECONF_append = " --disable-ipmishell --enable-intf-dbus DEFAULT_INTF=dbus "
Vernon Mauery5896a232019-04-23 15:31:51 -070017
18PV = "1.8.18+git${SRCPV}"