Skip to content

Commit 25669d7

Browse files
authored
Update rdk-speedtest-cli_git.bb
1 parent d1bb1b9 commit 25669d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ 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
3029
}
3130

3231

3332
do_install() {
3433
install -d ${D}${bindir}
3534
install -m 0755 speedtest-client ${D}${bindir}/speedtest-client
36-
install -m 0755 speedtest-through-dmcli ${D}${bindir}/speedtest-through-dmcli
3735
}

0 commit comments

Comments
 (0)