summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc/meta-common/recipes-core/libpeci/libpeci_git.bb
blob: ad02834a399ae7446641b618452ca6d78acc4cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "PECI Library"
DESCRIPTION = "PECI Library"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
inherit cmake

SRC_URI = "git://github.com/openbmc/libpeci"

PV = "0.1+git${SRCPV}"
SRCREV = "8fc53d7cef0dd7ac405b5d7d91a368f376cdb508"

S = "${WORKDIR}/git"