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/settings/phosphor-settings-manager.inc b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager.inc
index 00d72fe..2016199 100644
--- a/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager.inc
+++ b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager.inc
@@ -1,5 +1,5 @@
 HOMEPAGE = "http://github.com/openbmc/phosphor-settingsd"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
-SRC_URI += "git://github.com/openbmc/phosphor-settingsd"
+SRC_URI += "git://github.com/openbmc/phosphor-settingsd;branch=master;protocol=https"
 SRCREV = "5ff6375ba949c918a27b0a8f8d2119289ce863ab"