blob: 39043c0cf87342c5039ec97dafe8bb4e26a971f6 [file] [log] [blame]
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}
}