1SUMMARY = "OpenBMC MRW Perl Tools"
2DESCRIPTION = "OpenBMC Perl tools for the machine readable workbook"
3PR = "r1"
4PV = "1.0+git${SRCPV}"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
7S = "${WORKDIR}/git"
8
9inherit native
10inherit cpan_build
11inherit mrw-rev
12
13DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native"
14
15SRC_URI += "${MRW_TOOLS_SRC_URI}"
16SRCREV = "${MRW_TOOLS_SRCREV}"
17