summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-utilities/i3c-tools/i3c-tools.bb
blob: 89dbf1d68eb0553f067d93f88c31504862555f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "i3c-tools"
DESCRIPTION = "Set of tools to interact with i3c devices from user space"

SRC_URI = "git://github.com/vitor-soares-snps/i3c-tools.git"
SRCREV = "5d752038c72af8e011a2cf988b1476872206e706"

S = "${WORKDIR}/git"

PV = "0.1+git${SRCPV}"

LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "\
    file://i3ctransfer.c;beginline=1;endline=6;md5=8a1ae5c1aaf128e640de497ceaa9935e \
    "

inherit cmake

SRC_URI += "\
    file://CMakeLists.txt \
    "

do_configure_prepend() {
    cp -f ${WORKDIR}/CMakeLists.txt ${S}
}