blob: d35f26ccc1bac7f60147233a4bfc52d77ca5143e [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
7inherit obmc-phosphor-systemd
vishwab18b1332016-06-20 06:41:52 -05008inherit obmc-phosphor-sdbus-service
9
10SYSTEMD_SERVICE_${PN} += "network.service network-update-dns.service"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060011
12RDEPENDS_${PN} += "python-dbus python-pygobject"
13
Adriana Kobylak47544772016-02-03 17:34:16 -060014SRC_URI += "git://github.com/openbmc/phosphor-networkd"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060015
vishwab18b1332016-06-20 06:41:52 -050016SRCREV = "c69c3d30fd7d5fd04ba990788b6d75b19f275fc8"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060017
18S = "${WORKDIR}/git"
19
20do_install() {
21 install -d ${D}/${sbindir}
22 install ${S}/netman.py ${D}/${sbindir}
vishwab18b1332016-06-20 06:41:52 -050023 install ${S}/netman_watch_dns ${D}/${sbindir}
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060024}
25