Matt Spinler | 045ce8e | 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 | 67173db | 2018-10-30 11:45:38 -0700 | [diff] [blame] | 3 | PR = "r1" |
| 4 | PV = "1.0+git${SRCPV}" |
Brad Bishop | edb390a | 2018-11-06 10:09:31 -0800 | [diff] [blame] | 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Matt Spinler | 045ce8e | 2017-01-18 14:22:07 -0600 | [diff] [blame] | 7 | S = "${WORKDIR}/git" |
| 8 | |
Matt Spinler | 045ce8e | 2017-01-18 14:22:07 -0600 | [diff] [blame] | 9 | inherit cpan_build |
| 10 | inherit mrw-rev |
Joseph Reynolds | 79809ea | 2021-02-26 15:37:31 -0600 | [diff] [blame] | 11 | inherit native |
Matt Spinler | 045ce8e | 2017-01-18 14:22:07 -0600 | [diff] [blame] | 12 | |
Brad Bishop | 03159af | 2018-02-14 21:40:03 -0500 | [diff] [blame] | 13 | DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native" |
Matt Spinler | 045ce8e | 2017-01-18 14:22:07 -0600 | [diff] [blame] | 14 | |
| 15 | SRC_URI += "${MRW_TOOLS_SRC_URI}" |
| 16 | SRCREV = "${MRW_TOOLS_SRCREV}" |