blob: 80954f61f2a8da7e94d2745cad084a88e962c32d [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"
Patrick Venture4d95dbf2018-11-03 14:27:24 -07006LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
Brad Bishopf1cc41b2017-05-31 14:08:33 -04008
Brad Bishopf1cc41b2017-05-31 14:08:33 -04009inherit native
10inherit phosphor-dbus-monitor
11
12PHOSPHOR_DBUS_MONITOR_CONFIGS ??= ""
13
14# To add additional config files, create a recipe in your layer,
15# and add it to PHOSPHOR_DBUS_MONITOR_CONFIGS with a bbappend to this recipe.
16
17DEPENDS += "${PHOSPHOR_DBUS_MONITOR_CONFIGS}"
18
Brad Bishopae486062017-06-26 13:07:50 -040019do_install() {
20 mkdir -p ${D}${config_dir}
Brad Bishopf1cc41b2017-05-31 14:08:33 -040021}