Skip to content

Commit aba03c8

Browse files
committed
RDKBACCL-978 : Modifying the speedtest-client binary to RefSpeedtestClient
Test Procedure: Modified binary name should update in image folder(/usr/bin). Risks: Low Signed-off-by: ksaipr036 <[email protected]>
1 parent 9de4cff commit aba03c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ CFLAGS_append = " \
2525

2626

2727
do_compile() {
28-
${CC} ${S}/source/rdk-speedtest-cli.c ${CFLAGS} ${LDFLAGS} -I ${S}/include -o speedtest-client
28+
${CC} ${S}/source/rdk-speedtest-cli.c ${CFLAGS} ${LDFLAGS} -I ${S}/include -o RefSpeedtestClient
2929
}
3030

3131

3232
do_install() {
3333
install -d ${D}${bindir}
34-
install -m 0755 speedtest-client ${D}${bindir}/speedtest-client
34+
install -m 0755 RefSpeedtestClient ${D}${bindir}/RefSpeedtestClient
3535
}

0 commit comments

Comments
 (0)