blob: 1a8c81063b46ecadddbff9309e2271ed39b0bb09 [file] [log] [blame]
Adriana Kobylak2ca101c2016-01-30 08:53:35 -06001SUMMARY = "Settings DBUS object"
2DESCRIPTION = "Settings DBUS object"
3HOMEPAGE = "http://github.com/openbmc/phosphor-settingsd"
4PR = "r1"
5
Brad Bishop677be982016-09-15 09:54:10 -04006inherit allarch
Adriana Kobylak2ca101c2016-01-30 08:53:35 -06007inherit obmc-phosphor-license
Adriana Kobylak79841ae2016-08-25 10:07:34 -05008inherit setuptools
Brad Bishop677be982016-09-15 09:54:10 -04009inherit obmc-phosphor-dbus-service
10
11DBUS_SERVICE_${PN} = "org.openbmc.settings.Host.service"
Adriana Kobylak2ca101c2016-01-30 08:53:35 -060012
Adriana Kobylak79841ae2016-08-25 10:07:34 -050013DEPENDS += "python-pyyaml-native"
Adriana Kobylak2ca101c2016-01-30 08:53:35 -060014RDEPENDS_${PN} += "python-dbus python-pygobject"
Adriana Kobylak79841ae2016-08-25 10:07:34 -050015PROVIDES += "virtual/obmc-settings-mgmt"
16RPROVIDES_${PN} += "virtual-obmc-settings-mgmt"
Adriana Kobylak2ca101c2016-01-30 08:53:35 -060017
18SRC_URI += "git://github.com/openbmc/phosphor-settingsd"
19
Patrick Williams04af97d2016-12-16 14:50:03 -060020SRCREV = "371dd0248325954cec305f03167e06cf3997c9b1"
Adriana Kobylak2ca101c2016-01-30 08:53:35 -060021
22S = "${WORKDIR}/git"