blob: 01bff61862512044688efea6b957fcd991034cfe [file] [log] [blame]
Matt Spinler0b96a4e2016-08-12 12:52:36 -05001SUMMARY = "Phosphor OpenBMC machine readable workbook API modules"
2DESCRIPTION = "The API for the MRW XML generated by the Serverwiz tool"
3PR = "r1"
4
5S = "${WORKDIR}/scripts"
6
7inherit obmc-phosphor-license
8inherit native
9inherit perlnative
10inherit cpan-base
11
12DEPENDS += "libxml-simple-perl-native json-perl-native"
13
14SRC_URI += "git://github.com/open-power/serverwiz.git;subpath=scripts"
15SRCREV = "04f15f37e9ab6c09412a0abcffb87e9aefcc5368"
16
17do_install() {
Matt Spinler471b8852016-09-20 13:32:44 -050018 install -d ${D}${PERLLIBDIRS_class-native}/perl/site_perl/${PERLVERSION}/mrw
19 install -m 0755 Targets.pm ${D}${PERLLIBDIRS_class-native}/perl/site_perl/${PERLVERSION}/mrw/Targets.pm
Matt Spinler0b96a4e2016-08-12 12:52:36 -050020}