summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus/dbus-perms.bb
blob: 9097222f025bed1b2c4b3de87f6d07e954887a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

inherit allarch
inherit dbus-dir

SRC_URI += "file://org.openbmc.conf"

FILES:${PN}:append = " ${dbus_system_confdir}"

do_install:append() {
        install -d ${D}${dbus_system_confdir}
        install -m 0644 ${WORKDIR}/org.openbmc.conf \
                ${D}${dbus_system_confdir}
}