summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/network
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2017-05-29 22:08:38 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-05-29 22:08:48 -0500
commitab8de5bf18e99c8b0713a92b213c58e673975857 (patch)
treee702ccd84a2650e4576ebbb5d6441dfd2c8cf2b9 /meta-phosphor/common/recipes-phosphor/network
parent221ab787a089bd155e65730e20903cc14cbb8d31 (diff)
downloadtalos-openbmc-ab8de5bf18e99c8b0713a92b213c58e673975857.tar.gz
talos-openbmc-ab8de5bf18e99c8b0713a92b213c58e673975857.zip
phosphor-networkd: move SRCREV to common bbclass
Change-Id: I692f8b97a23728630ac2e5595a26c6a82cca90ad Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/network')
-rw-r--r--meta-phosphor/common/recipes-phosphor/network/network.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/network/network.bb b/meta-phosphor/common/recipes-phosphor/network/network.bb
index a77ce01d5..92dacb954 100644
--- a/meta-phosphor/common/recipes-phosphor/network/network.bb
+++ b/meta-phosphor/common/recipes-phosphor/network/network.bb
@@ -7,6 +7,7 @@ inherit autotools pkgconfig
inherit pythonnative
inherit obmc-phosphor-license
inherit obmc-phosphor-dbus-service
+inherit phosphor-networkd-rev
DBUS_SERVICE_${PN} += "org.openbmc.NetworkManager.service"
SYSTEMD_SERVICE_${PN} += "network-update-dns.service"
@@ -22,9 +23,6 @@ RDEPENDS_${PN} += "python-dbus python-pygobject python-ipy"
RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
RDEPENDS_${PN} += "phosphor-logging"
-SRC_URI += "git://github.com/openbmc/phosphor-networkd"
-SRCREV = "65e5abefd6b73c8f383a335291c32111ae787be0"
-
S = "${WORKDIR}/git"
do_install_append() {
OpenPOWER on IntegriCloud