summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/dbus/dbus-perms.bb
blob: 1ba73d81f7accfd71d7c44e53722b3020c77e3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Phosphor OpenBMC DBUS Permissions"
DESCRIPTION = "Phosphor OpenBMC DBUS Permissions."
HOMEPAGE = "http://github.com/openbmc/"
PR = "r1"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"

inherit allarch
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}
}
OpenPOWER on IntegriCloud