blob: f7a3e051dd0be2e59e320aeb8f57af03b6ec0cf7 [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001SUMMARY = "Phosphor OpenBMC Fan Management."
2DESCRIPTION = "Phosphor OpenBMC fan management reference implementation."
3PR = "r1"
Brad Bishopedb390a2018-11-06 10:09:31 -08004LICENSE = "Apache-2.0"
Brad Bishop6f3f0aa2019-09-13 12:14:05 -04005LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Brad Bishop93fb5352015-09-09 03:59:20 +00006
Benjamin Fair8ddfb252018-06-12 14:03:20 -07007inherit pkgconfig
Brad Bishop5a277f92015-09-21 17:19:05 -04008inherit obmc-phosphor-sdbus-service
Patrick Williams40fc73b2015-10-15 16:21:45 -05009inherit obmc-phosphor-c-daemon
Brad Bishop09494ec2015-10-18 22:21:04 -040010
Brad Bishop09ad8982016-09-06 22:02:03 -040011PROVIDES += "virtual/obmc-fan-mgmt"
12RPROVIDES_${PN} += "virtual-obmc-fan-mgmt"
13
Brad Bishop09494ec2015-10-18 22:21:04 -040014S = "${WORKDIR}"
15SRC_URI += "file://Makefile \
16 file://obmc-phosphor-fand.c \
17 "