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" |
Patrick Venture | 4e67b0b | 2018-10-30 11:45:38 -0700 | [diff] [blame] | 3 | PR = "r1" |
| 4 | PV = "1.0+git${SRCPV}" |
Patrick Venture | d5db99e | 2018-11-06 10:03:32 -0800 | [diff] [blame] | 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Matt Spinler | 4c8fab7 | 2017-01-18 14:22:07 -0600 | [diff] [blame] | 7 | S = "${WORKDIR}/git" |
| 8 | |
Matt Spinler | 4c8fab7 | 2017-01-18 14:22:07 -0600 | [diff] [blame] | 9 | inherit native |
| 10 | inherit cpan_build |
| 11 | inherit mrw-rev |
| 12 | |
Brad Bishop | 569a32d | 2018-02-14 21:40:03 -0500 | [diff] [blame] | 13 | DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native" |
Matt Spinler | 4c8fab7 | 2017-01-18 14:22:07 -0600 | [diff] [blame] | 14 | |
| 15 | SRC_URI += "${MRW_TOOLS_SRC_URI}" |
| 16 | SRCREV = "${MRW_TOOLS_SRCREV}" |