blob: 819cc59b3c4c53044261a6cbaec930eaf17a8672 [file] [log] [blame]
Jason M. Billse3952c72020-04-06 15:54:23 -07001SUMMARY = "PECI Library"
2DESCRIPTION = "PECI Library"
Jason M. Billse3952c72020-04-06 15:54:23 -07003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
Andrew Geisslerf56c4392023-08-23 13:40:40 -05005SRCREV = "110caf85a6b4d5f63c5af8b81dc739406d21dff6"
Ed Tanous9936f862022-09-19 09:13:20 -07006PACKAGECONFIG ??= ""
Ed Tanousc2a68962023-07-27 09:28:10 -07007PACKAGECONFIG[dbus-raw-peci] = "-Draw-peci='enabled',-Draw-peci='disabled',boost sdbusplus"
Ed Tanous9936f862022-09-19 09:13:20 -07008PV = "0.1+git${SRCPV}"
Jason M. Billse3952c72020-04-06 15:54:23 -07009
Patrick Williamsbb99d222022-01-24 15:55:09 -060010SRC_URI = "git://github.com/openbmc/libpeci;branch=master;protocol=https"
Jason M. Billse3952c72020-04-06 15:54:23 -070011
Jason M. Billse3952c72020-04-06 15:54:23 -070012S = "${WORKDIR}/git"
Jason M. Bills9a2bb302022-01-21 14:07:24 -080013SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'dbus-raw-peci', 'com.intel.peci.service', '', d)}"
Ed Tanous9936f862022-09-19 09:13:20 -070014
Ed Tanousc2a68962023-07-27 09:28:10 -070015inherit meson pkgconfig systemd