blob: 95ce05ca3aa056083dc85a9a09a4cedffdfebf69 [file] [log] [blame]
Matt Spinler045ce8e2017-01-18 14:22:07 -06001SUMMARY = "OpenBMC MRW Perl Tools"
2DESCRIPTION = "OpenBMC Perl tools for the machine readable workbook"
Patrick Venture67173db2018-10-30 11:45:38 -07003PR = "r1"
4PV = "1.0+git${SRCPV}"
Brad Bishopedb390a2018-11-06 10:09:31 -08005LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Matt Spinler045ce8e2017-01-18 14:22:07 -06007S = "${WORKDIR}/git"
8
Matt Spinler045ce8e2017-01-18 14:22:07 -06009inherit cpan_build
10inherit mrw-rev
Joseph Reynolds79809ea2021-02-26 15:37:31 -060011inherit native
Matt Spinler045ce8e2017-01-18 14:22:07 -060012
Brad Bishop03159af2018-02-14 21:40:03 -050013DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native"
Matt Spinler045ce8e2017-01-18 14:22:07 -060014
15SRC_URI += "${MRW_TOOLS_SRC_URI}"
16SRCREV = "${MRW_TOOLS_SRCREV}"