blob: 588f750dfc55eec42dac568ae3cd488d77fa434d [file] [log] [blame]
Jayanth Othayothd45f1722021-10-15 01:58:23 -05001SUMMARY = "SBE log python parsers"
2DESCRIPTION = "Used by peltool to parse SBE UserData sections and SRC details"
3HOMEPAGE = "https://github.ibm.com/open-power/sbe"
4
5PR = "r1"
6PV = "1.0+git${SRCPV}"
7
8LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://LICENSE_PROLOG;md5=d8e5f403c98fd80dcea90b9cc8cd083c"
10
11S = "${WORKDIR}/git"
12SRC_URI += "git://git@github.com/open-power/sbe;branch="master-p10";protocol=ssh"
13SRCREV = "f8ee8cfad2cf2a53e78789633ddffc192f5a197e"
14
15inherit setuptools3