blob: 8290ecce205d1957674da1a2ccd1bd708cd4c7f6 [file] [log] [blame]
Brad Bishop065a1be2015-09-25 10:23:09 -04001SUMMARY = "Phosphor OpenBMC DBUS Permissions"
2DESCRIPTION = "Phosphor OpenBMC DBUS Permissions."
3HOMEPAGE = "http://github.com/openbmc/"
4PR = "r1"
5
6inherit allarch
7inherit obmc-phosphor-license
Brad Bishopc8ab7762016-07-13 19:11:55 -04008inherit dbus-dir
Brad Bishop065a1be2015-09-25 10:23:09 -04009
Brad Bishopc8ab7762016-07-13 19:11:55 -040010SRC_URI += "file://org.openbmc.conf"
11
12do_install_append() {
13 install -d ${D}${dbus_system_confdir}
14 install -m 0644 ${WORKDIR}/org.openbmc.conf \
15 ${D}${dbus_system_confdir}
16}