diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/devel-config/distcc-config.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/devel-config/nfs-export-root.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-devtools/devel-config/distcc-config.bb b/meta/recipes-devtools/devel-config/distcc-config.bb index cb7830b999..3cd661d543 100644 --- a/meta/recipes-devtools/devel-config/distcc-config.bb +++ b/meta/recipes-devtools/devel-config/distcc-config.bb | |||
@@ -1,8 +1,7 @@ | |||
1 | SUMMARY = "Sets up distcc for compilation on the target device" | 1 | SUMMARY = "Sets up distcc for compilation on the target device" |
2 | 2 | ||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | 5 | ||
7 | SRC_URI = "file://distcc.sh" | 6 | SRC_URI = "file://distcc.sh" |
8 | 7 | ||
diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb index 169d00581d..56375a47b7 100644 --- a/meta/recipes-devtools/devel-config/nfs-export-root.bb +++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb | |||
@@ -1,8 +1,7 @@ | |||
1 | SUMMARY = "Configuration script to export target rootfs filesystem" | 1 | SUMMARY = "Configuration script to export target rootfs filesystem" |
2 | DESCRIPTION = "Enables NFS access from any host to the entire filesystem (for development purposes)." | 2 | DESCRIPTION = "Enables NFS access from any host to the entire filesystem (for development purposes)." |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | 5 | ||
7 | PR = "r1" | 6 | PR = "r1" |
8 | 7 | ||
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb b/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb index 11c94e57d8..31c98ec99c 100644 --- a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb +++ b/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb | |||
@@ -2,8 +2,7 @@ SUMMARY = "Runs postinstall scripts on first boot of the target device" | |||
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | PR = "r9" | 3 | PR = "r9" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
7 | 6 | ||
8 | SRC_URI = "file://run-postinsts \ | 7 | SRC_URI = "file://run-postinsts \ |
9 | file://run-postinsts.init \ | 8 | file://run-postinsts.init \ |