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