diff options
Diffstat (limited to 'documentation')
5 files changed, 9 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb b/documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb index 5c5332f731..5dfb0b30cf 100644 --- a/documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb +++ b/documentation/poky-ref-manual/examples/hello-autotools/hello_2.3.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "GNU Helloworld application" | 1 | DESCRIPTION = "GNU Helloworld application" |
2 | SECTION = "examples" | 2 | SECTION = "examples" |
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" | ||
4 | 5 | ||
5 | SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.bz2" | 6 | SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.bz2" |
6 | 7 | ||
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 | ||
diff --git a/documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb b/documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb index 2710189b2a..b58d4d7bd1 100644 --- a/documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb +++ b/documentation/poky-ref-manual/examples/libxpm/libxpm_3.5.6.bb | |||
@@ -2,6 +2,7 @@ require xorg-lib-common.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "X11 Pixmap library" | 3 | DESCRIPTION = "X11 Pixmap library" |
4 | LICENSE = "X-BSD" | 4 | LICENSE = "X-BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" | ||
5 | DEPENDS += "libxext" | 6 | DEPENDS += "libxext" |
6 | PR = "r2" | 7 | PR = "r2" |
7 | PE = "1" | 8 | PE = "1" |
diff --git a/documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb b/documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb index b21dc653af..5d05a437a4 100644 --- a/documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb +++ b/documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb | |||
@@ -3,6 +3,8 @@ SECTION = "base" | |||
3 | DEPENDS = "zlib" | 3 | DEPENDS = "zlib" |
4 | HOMEPAGE = "http://www.linux-mtd.infradead.org/" | 4 | HOMEPAGE = "http://www.linux-mtd.infradead.org/" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
7 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" | ||
6 | 8 | ||
7 | SRC_URI = "ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-${PV}.tar.gz" | 9 | SRC_URI = "ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-${PV}.tar.gz" |
8 | 10 | ||
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index e804511bac..fdccbacd68 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml | |||
@@ -57,6 +57,7 @@ | |||
57 | DESCRIPTION = "Simple helloworld application" | 57 | DESCRIPTION = "Simple helloworld application" |
58 | SECTION = "examples" | 58 | SECTION = "examples" |
59 | LICENSE = "MIT" | 59 | LICENSE = "MIT" |
60 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
60 | PR = "r0" | 61 | PR = "r0" |
61 | 62 | ||
62 | SRC_URI = "file://helloworld.c" | 63 | SRC_URI = "file://helloworld.c" |
@@ -151,6 +152,8 @@ | |||
151 | DEPENDS = "zlib lzo e2fsprogs util-linux" | 152 | DEPENDS = "zlib lzo e2fsprogs util-linux" |
152 | HOMEPAGE = "http://www.linux-mtd.infradead.org/" | 153 | HOMEPAGE = "http://www.linux-mtd.infradead.org/" |
153 | LICENSE = "GPLv2" | 154 | LICENSE = "GPLv2" |
155 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
156 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" | ||
154 | 157 | ||
155 | SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=v${PV}" | 158 | SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=v${PV}" |
156 | 159 | ||
@@ -190,6 +193,7 @@ | |||
190 | 193 | ||
191 | DESCRIPTION = "X11 Pixmap library" | 194 | DESCRIPTION = "X11 Pixmap library" |
192 | LICENSE = "X-BSD" | 195 | LICENSE = "X-BSD" |
196 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" | ||
193 | DEPENDS += "libxext libsm libxt" | 197 | DEPENDS += "libxext libsm libxt" |
194 | PR = "r3" | 198 | PR = "r3" |
195 | PE = "1" | 199 | PE = "1" |