blob: b8c311bd18ca984098edfe47ae51d023485fe3ed [file] [log] [blame]
Matt Spinler1e3c4142016-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"
Brad Bishopedb390a2018-11-06 10:09:31 -08004LICENSE = "Apache-2.0"
Brad Bishop0f1b05d2018-10-16 11:02:54 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
Matt Spinler1e3c4142016-08-12 12:52:36 -05006
Brad Bishop0f1b05d2018-10-16 11:02:54 -05007S = "${WORKDIR}/git"
Matt Spinler1e3c4142016-08-12 12:52:36 -05008
Matt Spinler1e3c4142016-08-12 12:52:36 -05009inherit native
10inherit perlnative
11inherit cpan-base
Matt Spinlerb103a332016-09-15 10:39:43 -050012inherit mrw-rev
Matt Spinler1e3c4142016-08-12 12:52:36 -050013
14DEPENDS += "libxml-simple-perl-native json-perl-native"
15
Matt Spinlerb103a332016-09-15 10:39:43 -050016SRC_URI += "${MRW_API_SRC_URI}"
17SRCREV = "${MRW_API_SRCREV}"
Matt Spinler1e3c4142016-08-12 12:52:36 -050018
19do_install() {
Brad Bishop19323692019-04-05 15:28:33 -040020 install -d ${D}${PERLLIBDIRS_class-native}/site_perl/${PERLVERSION}/mrw
21 install -m 0755 scripts/Targets.pm ${D}${PERLLIBDIRS_class-native}/site_perl/${PERLVERSION}/mrw/Targets.pm
Matt Spinler1e3c4142016-08-12 12:52:36 -050022}