summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/selftest-hello
diff options
context:
space:
mode:
Diffstat (limited to 'meta-selftest/recipes-test/selftest-hello')
-rw-r--r--meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
index 2dc352d479..0ffe7308ba 100644
--- a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
+++ b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
5 5
6SRC_URI = "file://helloworld.c" 6SRC_URI = "file://helloworld.c"
7 7
8S = "${WORKDIR}/sources" 8S = "${UNPACKDIR}"
9UNPACKDIR = "${S}"
10 9
11do_compile() { 10do_compile() {
12 ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld 11 ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld