blob: eb7f0bf1696696bc9411d999f7423fd57d6c6ebe [file] [log] [blame]
Matt Spinler4c8fab72017-01-18 14:22:07 -06001SUMMARY = "OpenBMC MRW Perl Tools"
2DESCRIPTION = "OpenBMC Perl tools for the machine readable workbook"
Patrick Venture4e67b0b2018-10-30 11:45:38 -07003PR = "r1"
4PV = "1.0+git${SRCPV}"
Matt Spinler4c8fab72017-01-18 14:22:07 -06005S = "${WORKDIR}/git"
6
7inherit obmc-phosphor-license
8inherit native
9inherit cpan_build
10inherit mrw-rev
11
Brad Bishop569a32d2018-02-14 21:40:03 -050012DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native"
Matt Spinler4c8fab72017-01-18 14:22:07 -060013
14SRC_URI += "${MRW_TOOLS_SRC_URI}"
15SRCREV = "${MRW_TOOLS_SRCREV}"