meta-phosphor: remove nobranch URLs

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0f4f3f29ff5e79fcfb8ea847d46c5c28863a5f68
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 39e6609..2a1581a 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -15,7 +15,7 @@
 SRCREV = "770b3ff239f96b419a791bed732f914899b8c202"
 PV = "1.0+git${SRCPV}"
 
-SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
+SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"
 SRC_URI += " \
     file://run-ptest \
 "
diff --git a/meta-phosphor/recipes-phosphor/video/fbterm_git.bb b/meta-phosphor/recipes-phosphor/video/fbterm_git.bb
index 9024b64..0d8b269 100644
--- a/meta-phosphor/recipes-phosphor/video/fbterm_git.bb
+++ b/meta-phosphor/recipes-phosphor/video/fbterm_git.bb
@@ -7,7 +7,7 @@
 PV = "1.7+git${SRCPV}"
 PR = "r1"
 
-SRC_URI += "git://github.com/jk-ozlabs/fbterm.git;nobranch=1;protocol=https"
+SRC_URI += "git://github.com/jk-ozlabs/fbterm.git;branch=master;protocol=https"
 SRC_URI += "file://fb.modes"
 
 S = "${WORKDIR}/git"