blob: b41d8b12f3c33bd94a11d1682c549a37d53b7bb7 [file] [log] [blame]
Jason M. Billse3952c72020-04-06 15:54:23 -07001SUMMARY = "PECI Library"
2DESCRIPTION = "PECI Library"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
6inherit cmake
7
Patrick Williamsbb99d222022-01-24 15:55:09 -06008SRC_URI = "git://github.com/openbmc/libpeci;branch=master;protocol=https"
Jason M. Billse3952c72020-04-06 15:54:23 -07009
10PV = "0.1+git${SRCPV}"
Andrew Geissler04777e32022-01-21 21:40:05 +000011SRCREV = "bdefaa3c95d0a93928f8ebda1ce158172d3a4bcf"
Jason M. Billse3952c72020-04-06 15:54:23 -070012
13S = "${WORKDIR}/git"