blob: a53deba036946fd621137099335377a3a7533579 [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}
}
BBCLASSEXTEND = "nativesdk"