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-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb b/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb
index 440f0f8..30c9952 100644
--- a/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb
+++ b/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb
@@ -19,5 +19,5 @@
 
 # Source code repository
 S = "${WORKDIR}/git"
-SRC_URI = "gitsm://github.com/YADRO-KNS/openpower-esel-parser"
+SRC_URI = "gitsm://github.com/YADRO-KNS/openpower-esel-parser;branch=master;protocol=https"
 SRCREV = "5bf636b0b8bd0d09928b1879aa480c60e4452e80"