meta-phosphor: run upstream `convert-srcuri.py`

Due to github removing support for the git protocol, it is recommended
to run a script from upstream Yocto to fix-up all the SRC_URIs.  Run
this on the common layers (meta-phosphor, meta-aspeed, meta-nuvoton).

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I95a42f44f35577ca2b2269bd43bbb85f1be10196
diff --git a/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb b/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
index 2c77b27..3b30ea2 100644
--- a/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
+++ b/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
@@ -14,7 +14,7 @@
 
 RDEPENDS:${PN} += "phosphor-sel-logger"
 
-SRC_URI = "git://github.com/openbmc/phosphor-ecc.git"
+SRC_URI = "git://github.com/openbmc/phosphor-ecc.git;branch=master;protocol=https"
 SRCREV = "a56bb3cae1f176a0dc226e172f559185628d3318"
 
 S = "${WORKDIR}/git"