From 0995aac971440fbd434d0d9032ce4191f3f1c9a4 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 09:09:13 -0700 Subject: meta-phosphor: point recipes to depend on phosphor-network Point various meta-phosphor recipes to depend on phosphor-network instead of network. Also, update the default for this feature to be phosphor-network instead of network. (From meta-phosphor rev: 98fa96164889d0eed896a731bcfb348d5d802bef) Tested: Verified meta-ibm/meta-witherspoon built. Change-Id: I1c4b8fdcb92bf216e50d9f88273a7ac7bdc20213 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/datetime') diff --git a/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb b/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb index a2b34fab7c..4a801db8dd 100644 --- a/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb @@ -16,7 +16,7 @@ DEPENDS += "sdbusplus-native" DEPENDS += "phosphor-logging" DEPENDS += "phosphor-dbus-interfaces" RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-settings-mgmt}" -RDEPENDS_${PN} += "network" +RDEPENDS_${PN} += "phosphor-network" RDEPENDS_${PN} += "phosphor-mapper" SRC_URI += "git://github.com/openbmc/phosphor-time-manager" -- cgit v1.2.3