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