Skip to content

Commit cc3de4b

Browse files
committed
RDKBACCL-861 : sysint-broadband recipe using deprecated protocol
Reason for change : changed protocol from git to https Test Procedure: Build passed Risks: Low Signed-off-by: keerthana.p <[email protected]>
1 parent 68d072e commit cc3de4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

meta-rdk-mtk-bpir4/recipes-extended/macaddress/bpi-macaddress.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
55

66
inherit autotools ${@bb.utils.contains("DISTRO_FEATURES", "kirkstone", "python3native", "pythonnative", d)} systemd
77

8-
SRC_URI = "${CMF_GITHUB_ROOT}/broadband-utils.git;protocol=git;nobranch=1"
8+
SRC_URI = "${CMF_GITHUB_ROOT}/broadband-utils;protocol=https;nobranch=1"
99

1010
S = "${WORKDIR}/git"
1111
PV = "1.0.0"

meta-rdk-mtk-bpir4/recipes-extended/serialnumber/bpi-serialnumber.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
55

66
inherit autotools ${@bb.utils.contains("DISTRO_FEATURES", "kirkstone", "python3native", "pythonnative", d)} systemd
77

8-
SRC_URI = "${CMF_GITHUB_ROOT}/broadband-utils.git;protocol=git;nobranch=1"
8+
SRC_URI = "${CMF_GITHUB_ROOT}/broadband-utils;protocol=https;nobranch=1"
99

1010
S = "${WORKDIR}/git"
1111
PV = "1.0.0"

meta-rdk-mtk-bpir4/recipes-extended/speedtest-bpi/rdk-speedtest-cli_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SECTION = "net"
44
LICENSE = "Apache-2.0"
55
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
66

7-
SRC_URI = "${CMF_GITHUB_ROOT}/rdk-speedtest-cli.git;protocol=git;nobranch=1"
7+
SRC_URI = "${CMF_GITHUB_ROOT}/rdk-speedtest-cli;protocol=https;nobranch=1"
88
SRCREV = "f6a906305302aea3ebfd037b0a58f8ea54a9c9ae"
99
PV = "1.0.0"
1010
CFLAGS_append += " -DRBUS_BUILD_INTEGRATED"

meta-rdk-mtk-bpir4/recipes-rdkb/sysint-broadband/sysint-broadband.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SRC_URI_append = "${CMF_GITHUB_ROOT}/bananapi-sysint.git;protocol=git;nobranch=1;destsuffix=git/devicebpi;name=sysintdevicebpi"
1+
SRC_URI_append = "${CMF_GITHUB_ROOT}/bananapi-sysint;protocol=https;nobranch=1;destsuffix=git/devicebpi;name=sysintdevicebpi"
22
SRCREV_sysintdevicebpi = "9c9644d7cdb8a50db53b69995d10729192991b21"
33
SRCREV_FORMAT = "1.0.0"
44

0 commit comments

Comments
 (0)