blob: 09027dde35d2ea5e776fea21eeda5a827361566c [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC gdbus library"
2DESCRIPTION = "libopenbmc_intf provides a set of gpio access \
3methods and the GDBUS skeleton code for the org.openbmc DBUS API."
4PR = "r1"
5
6inherit skeleton
Saqib Khanc896e752017-11-13 10:47:54 -06007inherit pkgconfig
Brad Bishop86ee1cf2016-06-27 14:53:52 -04008
9DEPENDS += "glib-2.0"
10
11SKELETON_DIR = "libopenbmc_intf"
12
13do_install() {
14 oe_runmake install DESTDIR=${D}
15}