Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor DBus Monitor Configuration" |
| 2 | DESCRIPTION = "Meta-recipe, pulling in native recipes that wish to add \ |
| 3 | configuration files to the /usr/share/phosphor-dbus-monitor filesystem." |
| 4 | HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor" |
| 5 | PR = "r1" |
| 6 | |
| 7 | inherit obmc-phosphor-license |
| 8 | inherit native |
| 9 | inherit phosphor-dbus-monitor |
| 10 | |
| 11 | PHOSPHOR_DBUS_MONITOR_CONFIGS ??= "" |
| 12 | |
| 13 | # To add additional config files, create a recipe in your layer, |
| 14 | # and add it to PHOSPHOR_DBUS_MONITOR_CONFIGS with a bbappend to this recipe. |
| 15 | |
| 16 | DEPENDS += "${PHOSPHOR_DBUS_MONITOR_CONFIGS}" |
| 17 | |
Brad Bishop | ae48606 | 2017-06-26 13:07:50 -0400 | [diff] [blame] | 18 | do_install() { |
| 19 | mkdir -p ${D}${config_dir} |
Brad Bishop | f1cc41b | 2017-05-31 14:08:33 -0400 | [diff] [blame] | 20 | } |