summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native.bb
blob: 91651227b3688ab7b2a5b448b1d5cfe8135aeca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "OpenBMC MRW Perl Tools"
DESCRIPTION = "OpenBMC Perl tools for the machine readable workbook"
S = "${WORKDIR}/git"

inherit obmc-phosphor-license
inherit native
inherit cpan_build
inherit mrw-rev

DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native"

SRC_URI += "${MRW_TOOLS_SRC_URI}"
SRCREV = "${MRW_TOOLS_SRCREV}"