summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-05-06 00:40:46 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-05-13 17:34:26 +0300
commitf9f61e42f30fb7c05437af9e553740f7147c66f3 (patch)
tree1d0e54e1cbd26cb507eeb8918aab2db0a882495b /meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
parentbebc103b0a4c87467c7964410b4f1c6f4d96663f (diff)
downloadopenbmc-f9f61e42f30fb7c05437af9e553740f7147c66f3.tar.xz
phosphor-network: remove useless bbclass
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I638e0ead44f6de23f5232bffb1067cf309412129
Diffstat (limited to 'meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb3
1 files changed, 2 insertions, 1 deletions
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"