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

S = "${WORKDIR}/git"