summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb')
-rw-r--r--meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb b/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb
index 90d3aefd86..8be7980919 100644
--- a/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb
+++ b/meta-skeleton/recipes-skeleton/hello-single/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} ${LDFLAGS} helloworld.c -o helloworld 12 ${CC} ${LDFLAGS} helloworld.c -o helloworld