summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb')
-rw-r--r--meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb5
1 files changed, 3 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 547587bef4..2dc352d479 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,7 +5,8 @@ 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}" 8S = "${WORKDIR}/sources"
9UNPACKDIR = "${S}"
9 10
10do_compile() { 11do_compile() {
11 ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld 12 ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
@@ -16,4 +17,4 @@ do_install() {
16 install -m 0755 helloworld ${D}${bindir} 17 install -m 0755 helloworld ${D}${bindir}
17} 18}
18 19
19BBCLASSEXTEND = "native nativesdk" \ No newline at end of file 20BBCLASSEXTEND = "native nativesdk"