blob: 4d1ae25c54e3290b8a0b193e464aba50373d4145 [file] [log] [blame]
Matt Spinler045ce8e2017-01-18 14:22:07 -06001SUMMARY = "OpenBMC MRW Perl Tools"
2DESCRIPTION = "OpenBMC Perl tools for the machine readable workbook"
Brad Bishopedb390a2018-11-06 10:09:31 -08003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Ed Tanous9936f862022-09-19 09:13:20 -07005DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native"
6SRCREV = "${MRW_TOOLS_SRCREV}"
7PV = "1.0+git${SRCPV}"
8PR = "r1"
9
10SRC_URI += "${MRW_TOOLS_SRC_URI}"
11
Matt Spinler045ce8e2017-01-18 14:22:07 -060012S = "${WORKDIR}/git"
13
Matt Spinler045ce8e2017-01-18 14:22:07 -060014inherit cpan_build
15inherit mrw-rev
Joseph Reynolds79809ea2021-02-26 15:37:31 -060016inherit native