blob: 99ea07a31234eb63015e8dc91e7df3c4950f627f [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 Williamsa62597d2016-09-12 13:50:07 -050017SRCREV = "15d498e2568b6e104de75e7423caab0c9a487485"
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