blob: 8290ecce205d1957674da1a2ccd1bd708cd4c7f6 [file] [log] [blame]
SUMMARY = "Phosphor OpenBMC DBUS Permissions"
DESCRIPTION = "Phosphor OpenBMC DBUS Permissions."
HOMEPAGE = "http://github.com/openbmc/"
PR = "r1"
inherit allarch
inherit obmc-phosphor-license
inherit dbus-dir
SRC_URI += "file://org.openbmc.conf"
do_install_append() {
install -d ${D}${dbus_system_confdir}
install -m 0644 ${WORKDIR}/org.openbmc.conf \
${D}${dbus_system_confdir}
}