blob: 09027dde35d2ea5e776fea21eeda5a827361566c [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
inherit pkgconfig
DEPENDS += "glib-2.0"
SKELETON_DIR = "libopenbmc_intf"
do_install() {
oe_runmake install DESTDIR=${D}
}