blob: ba7a9ebb0f50d1955ab6aa7143a60236161ab6c8 [file] [log] [blame]
premjha2@in.ibm.com377306d2023-04-14 06:14:19 -05001SUMMARY = "Hostboot PEL python parsers"
2DESCRIPTION = "Used by peltool to parse Hostboot UserData sections and SRC details"
3PR = "r1"
4PV = "1.0+git${SRCPV}"
5
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
8
9S = "${WORKDIR}/git"
10SRC_URI:p10bmc = "git://git@github.com/open-power/hostboot;branch="master-p10";protocol=ssh"
11SRCREV:p10bmc = "d796168959bc338e8c8a990403c535ee5d8b31c4"
12
13inherit setuptools3