blob: d390df11cc7758f790b4db70d386f38d45cbaac0 [file] [log] [blame]
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -06001SUMMARY = "Network DBUS object"
2DESCRIPTION = "Network DBUS object"
3HOMEPAGE = "http://github.com/openbmc/phosphor-networkd"
4PR = "r1"
5
6inherit obmc-phosphor-license
Brad Bishopbce1a792016-09-06 20:37:22 -04007inherit obmc-phosphor-dbus-service
vishwab18b1332016-06-20 06:41:52 -05008
Brad Bishopbce1a792016-09-06 20:37:22 -04009DBUS_SERVICE_${PN} += "org.openbmc.NetworkManager.service"
10SYSTEMD_SERVICE_${PN} += "network-update-dns.service"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060011
Brad Bishop88d695f2016-09-13 16:44:36 -040012DEPENDS += "systemd"
Patrick Williams0b551752016-08-15 15:59:36 -050013RDEPENDS_${PN} += "python-dbus python-pygobject python-ipy"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060014
Adriana Kobylak47544772016-02-03 17:34:16 -060015SRC_URI += "git://github.com/openbmc/phosphor-networkd"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060016
Patrick Williamsf603e1a2016-09-17 06:20:04 -050017SRCREV = "92a5d1ec6ac1fe77e515e62c64f3ea01497fb63a"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060018
19S = "${WORKDIR}/git"
20
Brad Bishopbce1a792016-09-06 20:37:22 -040021do_install_append() {
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060022 install -d ${D}/${sbindir}
23 install ${S}/netman.py ${D}/${sbindir}
vishwab18b1332016-06-20 06:41:52 -050024 install ${S}/netman_watch_dns ${D}/${sbindir}
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060025}
26