We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bb1b9 commit 25669d7Copy full SHA for 25669d7
meta-rdk-mtk-bpir4/recipes-extended/speedtest-bpi/rdk-speedtest-cli_git.bb
@@ -26,12 +26,10 @@ CFLAGS_append = " \
26
27
do_compile() {
28
${CC} ${S}/source/rdk-speedtest-cli.c ${CFLAGS} ${LDFLAGS} -I ${S}/include -o speedtest-client
29
- touch speedtest-through-dmcli
30
}
31
32
33
do_install() {
34
install -d ${D}${bindir}
35
install -m 0755 speedtest-client ${D}${bindir}/speedtest-client
36
- install -m 0755 speedtest-through-dmcli ${D}${bindir}/speedtest-through-dmcli
37
0 commit comments