Matt Spinler | 4c8fab7 | 2017-01-18 14:22:07 -0600 | [diff] [blame] | 1 | SUMMARY = "OpenBMC MRW Perl Tools" |
| 2 | DESCRIPTION = "OpenBMC Perl tools for the machine readable workbook" |
| 3 | S = "${WORKDIR}/git" |
| 4 | |
| 5 | inherit obmc-phosphor-license |
| 6 | inherit native |
| 7 | inherit cpan_build |
| 8 | inherit mrw-rev |
| 9 | |
Brad Bishop | 569a32d | 2018-02-14 21:40:03 -0500 | [diff] [blame] | 10 | DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native" |
Matt Spinler | 4c8fab7 | 2017-01-18 14:22:07 -0600 | [diff] [blame] | 11 | |
| 12 | SRC_URI += "${MRW_TOOLS_SRC_URI}" |
| 13 | SRCREV = "${MRW_TOOLS_SRCREV}" |