diff options
Diffstat (limited to 'documentation/poky-ref-manual/examples/hello-single/hello.bb')
| -rw-r--r-- | documentation/poky-ref-manual/examples/hello-single/hello.bb | 1 |
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 @@ | |||
| 1 | DESCRIPTION = "Simple helloworld application" | 1 | DESCRIPTION = "Simple helloworld application" |
| 2 | SECTION = "examples" | 2 | SECTION = "examples" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 4 | 5 | ||
| 5 | SRC_URI = "file://helloworld.c" | 6 | SRC_URI = "file://helloworld.c" |
| 6 | 7 | ||
