Skip to content

Commit 8fd8f0f

Browse files
authored
Update rdk-speedtest-cli_git.bb
1 parent ef01067 commit 8fd8f0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ CFLAGS_append = " \
2626

2727
do_compile() {
2828
${CC} ${S}/source/rdk-speedtest-cli.c ${CFLAGS} ${LDFLAGS} -I ${S}/include -o speedtest-client
29+
touch speedtest-through-dmcli
2930
}
3031

3132

3233
do_install() {
3334
install -d ${D}${bindir}
3435
install -m 0755 speedtest-client ${D}${bindir}/speedtest-client
36+
install -m 0755 speedtest-through-dmcli ${D}${bindir}/speedtest-through-dmcli
3537
}

0 commit comments

Comments
 (0)