blob: 228ae5a6341cf578e41175b78bfebb4619ff4415 [file] [log] [blame]
Brad Bishopf1cc41b2017-05-31 14:08:33 -04001SUMMARY = "Phosphor DBus Monitor Configuration"
2DESCRIPTION = "Meta-recipe, pulling in native recipes that wish to add \
3configuration files to the /usr/share/phosphor-dbus-monitor filesystem."
4HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor"
5PR = "r1"
6
7inherit obmc-phosphor-license
8inherit native
9inherit phosphor-dbus-monitor
10
11PHOSPHOR_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
16DEPENDS += "${PHOSPHOR_DBUS_MONITOR_CONFIGS}"
17
Brad Bishopae486062017-06-26 13:07:50 -040018do_install() {
19 mkdir -p ${D}${config_dir}
Brad Bishopf1cc41b2017-05-31 14:08:33 -040020}