Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC gdbus library" |
2 | DESCRIPTION = "libopenbmc_intf provides a set of gpio access \ | ||||
3 | methods and the GDBUS skeleton code for the org.openbmc DBUS API." | ||||
4 | PR = "r1" | ||||
5 | |||||
6 | inherit skeleton | ||||
7 | |||||
8 | DEPENDS += "glib-2.0" | ||||
9 | |||||
10 | SKELETON_DIR = "libopenbmc_intf" | ||||
11 | |||||
12 | do_install() { | ||||
13 | oe_runmake install DESTDIR=${D} | ||||
14 | } |