summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/examples/hello-single/hello.bb
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/examples/hello-single/hello.bb')
-rw-r--r--documentation/poky-ref-manual/examples/hello-single/hello.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/examples/hello-single/hello.bb b/documentation/poky-ref-manual/examples/hello-single/hello.bb
index d815b1ed73..0812743e39 100644
--- a/documentation/poky-ref-manual/examples/hello-single/hello.bb
+++ b/documentation/poky-ref-manual/examples/hello-single/hello.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "Simple helloworld application" 1DESCRIPTION = "Simple helloworld application"
2SECTION = "examples" 2SECTION = "examples"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4 5
5SRC_URI = "file://helloworld.c" 6SRC_URI = "file://helloworld.c"
6 7