summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/classes/phosphor-networkd-rev.bbclass2
-rw-r--r--meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb3
2 files changed, 2 insertions, 3 deletions
diff --git a/meta-phosphor/classes/phosphor-networkd-rev.bbclass b/meta-phosphor/classes/phosphor-networkd-rev.bbclass
deleted file mode 100644
index 689d37d60..000000000
--- a/meta-phosphor/classes/phosphor-networkd-rev.bbclass
+++ /dev/null
@@ -1,2 +0,0 @@
-SRC_URI += "git://github.com/openbmc/phosphor-networkd"
-SRCREV = "7f191f7aef0b3b171dfaec8754093434e93da90d"
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
index 72f49a5bc..03e912682 100644
--- a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
+++ b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
@@ -8,9 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
inherit autotools pkgconfig
inherit python3native
-inherit phosphor-networkd-rev
inherit systemd
+SRC_URI += "git://github.com/openbmc/phosphor-networkd"
+SRCREV = "7f191f7aef0b3b171dfaec8754093434e93da90d"
DEPENDS += "systemd"
DEPENDS += "autoconf-archive-native"