treewide: fix up github SRC_URIs

Per [1], Yocto is going to start requiring both branch names and
`protocol=https` in GitHub SRC_URI variables.  Ran the upstream tool to
automatically fix our URIs.

1. https://git.yoctoproject.org/poky/tree/documentation/migration-guides/migration-3.5.rst#n10

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5f9619f7ff707050b469ae74c8aa16846568c5e4
diff --git a/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb b/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
index e76e94b..4f85791 100755
--- a/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
+++ b/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb
@@ -4,7 +4,7 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9e69ba356fa59848ffd865152a3ccc13"
 
-SRC_URI = "git://github.com/openbmc/fb-ipmi-oem"
+SRC_URI = "git://github.com/openbmc/fb-ipmi-oem;branch=master;protocol=https"
 SRCREV = "dd0415b50776fade388ac7523f8aabe6a8a9fb68"
 
 S = "${WORKDIR}/git"