[rdkb][common][app][Refactor usteer BB file]
[Description]
Refactor usteer BB file
1. fix SRC revision , because AUTOREV will cause autobuild server fail
[Release-log]
diff --git a/recipes-connectivity/usteer/usteer_git.bb b/recipes-connectivity/usteer/usteer_git.bb
index 87bf5b2..b69f967 100644
--- a/recipes-connectivity/usteer/usteer_git.bb
+++ b/recipes-connectivity/usteer/usteer_git.bb
@@ -5,9 +5,9 @@
SECTION = "kernel/userland"
DEPENDS = "json-c libubox ubus libnl-tiny libpcap"
-SRC_URI = "git://git.openwrt.org/project/usteer.git"
+SRC_URI = "git://git.openwrt.org/project/usteer.git;protocol=https"
-SRCREV = "${AUTOREV}"
+SRCREV = "7d2b17c91baf67419c0ce63dc6c65a7659ab6a5c"
PV = "git${SRCPV}"
S = "${WORKDIR}/git"