diff options
11 files changed, 11 insertions, 19 deletions
diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb index d3c02d5d61..20a101a6eb 100644 --- a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb +++ b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb | |||
@@ -3,8 +3,7 @@ DESCRIPTION = "This recipe serves as an example for using features from useradd. | |||
3 | SECTION = "examples" | 3 | SECTION = "examples" |
4 | PR = "r1" | 4 | PR = "r1" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
8 | 7 | ||
9 | SRC_URI = "file://file1 \ | 8 | SRC_URI = "file://file1 \ |
10 | file://file2 \ | 9 | file://file2 \ |
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index 5c30bd510d..53cf1cf774 100644 --- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb +++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb | |||
@@ -1,8 +1,7 @@ | |||
1 | SUMMARY = "Device formfactor information" | 1 | SUMMARY = "Device formfactor information" |
2 | SECTION = "base" | 2 | SECTION = "base" |
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 | PR = "r45" | 5 | PR = "r45" |
7 | 6 | ||
8 | SRC_URI = "file://config file://machconfig" | 7 | SRC_URI = "file://config file://machconfig" |
diff --git a/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb b/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb index 51a76b4299..b5f68951d7 100644 --- a/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb +++ b/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb | |||
@@ -4,8 +4,7 @@ DEPENDS = "ppp" | |||
4 | RDEPENDS_${PN} = "ppp" | 4 | RDEPENDS_${PN} = "ppp" |
5 | PR = "r8" | 5 | PR = "r8" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
9 | 8 | ||
10 | SRC_URI = "file://host-peer \ | 9 | SRC_URI = "file://host-peer \ |
11 | file://ppp-dialin" | 10 | file://ppp-dialin" |
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index 421fc06dfb..aa20014499 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts" | 1 | SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts" |
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 | 5 | ||
6 | PR = "r29" | 6 | PR = "r29" |
7 | 7 | ||
diff --git a/meta/recipes-core/systemd/systemd-systemctl-native.bb b/meta/recipes-core/systemd/systemd-systemctl-native.bb index fbdc9c0a18..fadc8433d8 100644 --- a/meta/recipes-core/systemd/systemd-systemctl-native.bb +++ b/meta/recipes-core/systemd/systemd-systemctl-native.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Wrapper for enabling systemd services" | 1 | SUMMARY = "Wrapper for enabling systemd services" |
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 | 5 | ||
6 | PR = "r6" | 6 | PR = "r6" |
7 | 7 | ||
diff --git a/meta/recipes-core/udev/udev-extraconf_1.1.bb b/meta/recipes-core/udev/udev-extraconf_1.1.bb index ecd4a8aab5..ae125507b1 100644 --- a/meta/recipes-core/udev/udev-extraconf_1.1.bb +++ b/meta/recipes-core/udev/udev-extraconf_1.1.bb | |||
@@ -1,8 +1,7 @@ | |||
1 | SUMMARY = "Extra machine specific configuration files" | 1 | SUMMARY = "Extra machine specific configuration files" |
2 | DESCRIPTION = "Extra machine specific configuration files for udev, specifically blacklist information." | 2 | DESCRIPTION = "Extra machine specific configuration files for udev, specifically blacklist information." |
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 = " \ | 6 | SRC_URI = " \ |
8 | file://automount.rules \ | 7 | file://automount.rules \ |
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 \ |
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 291cd16b2a..22ba5f3fb3 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Startup script and systemd unit file for the Weston Wayland compositor" | 1 | SUMMARY = "Startup script and systemd unit file for the Weston Wayland compositor" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | 4 | ||
5 | SRC_URI = "file://init \ | 5 | SRC_URI = "file://init \ |
6 | file://weston.service \ | 6 | file://weston.service \ |
diff --git a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb index ebdd6d123a..28d5096023 100644 --- a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb +++ b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | SUMMARY = "Provides an icon to shut down the system cleanly" | 1 | SUMMARY = "Provides an icon to shut down the system cleanly" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | 4 | ||
6 | SRC_URI = "file://shutdown.desktop" | 5 | SRC_URI = "file://shutdown.desktop" |
7 | 6 | ||