blob: e855754c5650fde41a4de04bdcde77bb811a7dfe [file] [log] [blame]
Ratan Gupta1873f352017-10-31 19:57:02 +05301SUMMARY = "Event policy for Witherspoon"
2PR = "r1"
Brad Bishop6738f352018-11-07 13:04:06 -08003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
Ratan Gupta1873f352017-10-31 19:57:02 +05305
6inherit native
Ratan Gupta1873f352017-10-31 19:57:02 +05307inherit phosphor-dbus-monitor
8
9SRC_URI += "file://config.yaml"
10
11do_install() {
12 install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml
13}
14