blob: 986f588c588b41bf74caff435b005f92efa94575 [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"
Patrick Williamsbb99d222022-01-24 15:55:09 -060012SRC_URI += "git://git@github.com/open-power/sbe;branch="master-p10";protocol=ssh;protocol=https"
Jayanth Othayothd45f1722021-10-15 01:58:23 -050013SRCREV = "f8ee8cfad2cf2a53e78789633ddffc192f5a197e"
14
15inherit setuptools3