SUMMARY = "Phosphor OpenBMC WriteFRU for OpenPOWER systems" DESCRIPTION = "Phosphor OpenBMC WriteFRU for OpenPOWER based systems" HOMEPAGE = "https://github.com/openbmc/ipmi-fru-parser" PR = "r1" RRECOMMENDS_${PN} = "virtual/obmc-phosphor-host-ipmi-hw" inherit obmc-phosphor-license DEPENDS += " \ systemd \ host-ipmid \ " RDEPENDS_${PN} += "libsystemd" TARGET_CFLAGS += " -fpic -std=gnu++14" SRC_URI += "git://github.com/openbmc/ipmi-fru-parser" SRCREV = "2f5a3cfd2412c7e10d128a856ad2c37c8a1b4a10" FILES_${PN} += "${libdir}/host-ipmid/*.so" FILES_${PN}-dbg += "${libdir}/host-ipmid/.debug" S = "${WORKDIR}/git" do_install() { oe_runmake install DESTDIR=${D} LIBDIR=${libdir} BINDIR=${sbindir} }