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/network/inarp_git.bb b/recipes-phosphor/network/inarp_git.bb
index e32a264..b03ef5e 100644
--- a/recipes-phosphor/network/inarp_git.bb
+++ b/recipes-phosphor/network/inarp_git.bb
@@ -10,7 +10,7 @@
 inherit obmc-phosphor-systemd
 
 DEPENDS += "autoconf-archive-native"
-RDEPENDS_${PN} += "network"
+RDEPENDS_${PN} += "phosphor-network"
 
 SRC_URI += "git://github.com/openbmc/inarp"
 SRCREV = "6d579909fc8e623e8a0dd6d4a32a4aee725c32f7"