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.

Tested: Verified meta-ibm/meta-witherspoon built.
Change-Id: I5503c2fb447fea67219868af23e80f3d6c15ca2c
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/datetime/phosphor-time-manager_git.bb b/recipes-phosphor/datetime/phosphor-time-manager_git.bb
index a2b34fa..4a801db 100644
--- a/recipes-phosphor/datetime/phosphor-time-manager_git.bb
+++ b/recipes-phosphor/datetime/phosphor-time-manager_git.bb
@@ -16,7 +16,7 @@
 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"