blob: 5f25f5dbb5e6f37390e0a41dfac3adb925809d0f [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
16EXTRA_OECONF_append = " --enable-intf-dbus DEFAULT_INTF=dbus "
17
18PV = "1.8.18+git${SRCPV}"