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 | ||||
Saqib Khan | c896e75 | 2017-11-13 10:47:54 -0600 | [diff] [blame] | 7 | inherit pkgconfig |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 8 | |
9 | DEPENDS += "glib-2.0" | ||||
10 | |||||
11 | SKELETON_DIR = "libopenbmc_intf" | ||||
12 | |||||
13 | do_install() { | ||||
14 | oe_runmake install DESTDIR=${D} | ||||
15 | } |