blob: 3eaec1e61f3291ea777b5a375c22b4d55076dfdf [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
Matthew Barth2ece5742016-09-28 13:14:43 -05006inherit autotools pkgconfig
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -06007inherit obmc-phosphor-license
Brad Bishopbce1a792016-09-06 20:37:22 -04008inherit obmc-phosphor-dbus-service
vishwab18b1332016-06-20 06:41:52 -05009
Brad Bishopbce1a792016-09-06 20:37:22 -040010DBUS_SERVICE_${PN} += "org.openbmc.NetworkManager.service"
11SYSTEMD_SERVICE_${PN} += "network-update-dns.service"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060012
Matthew Barth2ece5742016-09-28 13:14:43 -050013DEPENDS += "autoconf-archive-native"
Patrick Williams0b551752016-08-15 15:59:36 -050014RDEPENDS_${PN} += "python-dbus python-pygobject python-ipy"
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060015
Adriana Kobylak47544772016-02-03 17:34:16 -060016SRC_URI += "git://github.com/openbmc/phosphor-networkd"
Matthew Barth2ece5742016-09-28 13:14:43 -050017SRCREV = "5e60ba5e76021ac901d808b264fad61db3ca3ae7"
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}
Adriana Kobylak8f2f3b32016-01-30 10:41:48 -060024}