Brad Bishop | 7ee7146 | 2016-08-19 09:02:54 -0500 | [diff] [blame] | 1 | SUMMARY = "OpenBMC - IPMI providers" |
| 2 | PR = "r1" |
| 3 | |
| 4 | inherit packagegroup |
Brad Bishop | 7ee7146 | 2016-08-19 09:02:54 -0500 | [diff] [blame] | 5 | |
| 6 | PROVIDES = "${PACKAGES}" |
| 7 | PACKAGES = "${PN}-libs" |
| 8 | |
| 9 | SUMMARY_${PN}-libs = "Extra providers for ipmid." |
Brad Bishop | 7f2ade0 | 2018-01-26 22:11:36 -0500 | [diff] [blame] | 10 | RDEPENDS_${PN}-libs = "${VIRTUAL-RUNTIME_phosphor-ipmi-providers}" |
Brad Bishop | 9976101 | 2019-03-12 13:37:01 -0400 | [diff] [blame] | 11 | |
| 12 | # Warning. Add additional providers with whitelists to distro or machine |
| 13 | # configuration and not in recipe context (bbappend) otherwise ipmid will not |
| 14 | # know about your whitelist. |