summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc/meta-common/recipes-core/libpeci/libpeci_git.bb
blob: 417705148b7a77cf1fba7adba359eb84cc1c7fe1 (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 = "ff44e549c44c7658ec11e0c19c13c4c45900cfe4"

S = "${WORKDIR}/git"