summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/network/network.bb
blob: 33e2693f85f5ad43fb8409ae18d7eea7ddc523eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Network DBUS object"
DESCRIPTION = "Network DBUS object"
HOMEPAGE = "http://github.com/openbmc/phosphor-networkd"
PR = "r1"

inherit obmc-phosphor-license
inherit obmc-phosphor-systemd

RDEPENDS_${PN} += "python-dbus python-pygobject"

SRC_URI += "git://github.com/openbmc/phosphor-networkd"

SRCREV = "a657afc9cc76dc6678edb8de9df569f92dd108e1"

S = "${WORKDIR}/git"

do_install() {
        install -d ${D}/${sbindir}
        install ${S}/netman.py ${D}/${sbindir}
}

OpenPOWER on IntegriCloud