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.
2 parents 1cb3f8a + 1565637 commit 991c3f9Copy full SHA for 991c3f9
meta-rdk-mtk-bpir4/recipes-extended/speedtest-bpi/rdk-speedtest-cli_git.bb
@@ -25,11 +25,11 @@ CFLAGS_append = " \
25
26
27
do_compile() {
28
- ${CC} ${S}/source/rdk-speedtest-cli.c ${CFLAGS} ${LDFLAGS} -I ${S}/include -o speedtest-client
+ ${CC} ${S}/source/rdk-speedtest-cli.c ${CFLAGS} ${LDFLAGS} -I ${S}/include -o RefSpeedtestClient
29
}
30
31
32
do_install() {
33
install -d ${D}${bindir}
34
- install -m 0755 speedtest-client ${D}${bindir}/speedtest-client
+ install -m 0755 RefSpeedtestClient ${D}${bindir}/RefSpeedtestClient
35
0 commit comments