blob: 488f319b86e2ae4f6325b53051ee3b0e19255e26 [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 \
8 obmc-phosphor-dbus-service
Deepak Kodihallif98bd112017-03-24 07:44:16 -05009
10require ${PN}.inc
11
12DBUS_SERVICE_${PN} += "org.open_power.OCC.PassThrough.service"
13
14DEPENDS += " \
15 sdbusplus \
16 sdbusplus-native \
17 phosphor-logging \
18 openpower-dbus-interfaces \
19 openpower-dbus-interfaces-native \
20 autoconf-archive-native \
21 "
22
23RDEPENDS_${PN} += " \
24 sdbusplus \
25 phosphor-logging \
26 openpower-dbus-interfaces \
27 "
28
29S = "${WORKDIR}/git"