summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/skeleton/obmc-libobmc-intf.bb
blob: 39043c0cf87342c5039ec97dafe8bb4e26a971f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "OpenBMC gdbus library"
DESCRIPTION = "libopenbmc_intf provides a set of gpio access \
methods and the GDBUS skeleton code for the org.openbmc DBUS API."
PR = "r1"

inherit skeleton

DEPENDS += "glib-2.0"

SKELETON_DIR = "libopenbmc_intf"

do_install() {
        oe_runmake install DESTDIR=${D}
}
OpenPOWER on IntegriCloud