diff options
Diffstat (limited to 'meta-selftest/recipes-test/selftest-hello')
| -rw-r--r-- | meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb | 3 |
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 | ||
| 6 | SRC_URI = "file://helloworld.c" | 6 | SRC_URI = "file://helloworld.c" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/sources" | 8 | S = "${UNPACKDIR}" |
| 9 | UNPACKDIR = "${S}" | ||
| 10 | 9 | ||
| 11 | do_compile() { | 10 | do_compile() { |
| 12 | ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld | 11 | ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld |
