blob: e28ba868c9dce760e0fb7c3d6a15472bd3436a00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
DEPENDS += "attr ima-evm-utils tclap"
SRC_URI = " \
git://github.com/mgerstner/ima-inspect.git;branch=master;protocol=https \
"
SRCREV = "90f395c84eff54c69ba9ee078274313cfd308b53"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
|