blob: 58c3735de9557cfed6a66f4b8f1e94a500c69e90 [file] [log] [blame]
Deepak Kodihallif98bd112017-03-24 07:44:16 -05001SUMMARY = "OpenPOWER OCC controller"
2DESCRIPTION = "Application to contol the OpenPOWER On-Chip-Controller"
3HOMEPAGE = "https://github.com/openbmc/openpower-occ-control"
4PR = "r1"
5
Deepak Kodihalli615bdc12017-04-06 23:50:34 -05006inherit autotools \
7 pkgconfig \
Vishwanatha Subbanna359eee82017-05-04 09:45:29 -05008 obmc-phosphor-dbus-service \
9 pythonnative
Deepak Kodihallif98bd112017-03-24 07:44:16 -050010
11require ${PN}.inc
12
13DBUS_SERVICE_${PN} += "org.open_power.OCC.PassThrough.service"
14
15DEPENDS += " \
16 sdbusplus \
17 sdbusplus-native \
18 phosphor-logging \
19 openpower-dbus-interfaces \
20 openpower-dbus-interfaces-native \
21 autoconf-archive-native \
22 "
23
24RDEPENDS_${PN} += " \
25 sdbusplus \
26 phosphor-logging \
27 openpower-dbus-interfaces \
28 "
29
30S = "${WORKDIR}/git"