meta-phosphor: remove nobranch URLs

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0f4f3f29ff5e79fcfb8ea847d46c5c28863a5f68
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"