entity-manager: fix up github SRC_URIs
Warning message:
URL: git://github.com/openbmc/entity-manager.git uses git protocol
which is no longer supported by github. Please change to
;protocol=https in the url.
Tested: build entity-manager repo and eliminate the warning message.
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Ib418dd2821dffee96bd3b77b5ff7ba9fe5318231
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 37d1bd6..1e058f0 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -2,7 +2,9 @@
DESCRIPTION = "Entity Manager provides d-bus configuration data \
and configures system sensors"
-SRC_URI = "git://github.com/openbmc/entity-manager.git file://blocklist.json;branch=master;protocol=https"
+SRC_URI = "git://github.com/openbmc/entity-manager.git;branch=master;protocol=https \
+ file://blocklist.json \
+ "
SRCREV = "c62cc009b7bbe6ead59dfc5cdab4b743245b30a4"
PV = "0.1+git${SRCPV}"