From 03a26e8997b92bc9e2d0e6f4c46ea5fe25af045d Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 21 Jul 2022 09:34:01 +0200 Subject: [PATCH] Use new kirkstone licenses names The licenses names changed with kirkstone Part of yocto upgrade from dunfell to kirkstone --- freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb | 2 +- freescale/recipes-imx/imx-mkimage/imx-boot_0.2.bb | 2 +- freescale/recipes-imx/imx-mkimage/imx-mkimage_git.bb | 2 +- recipes-bsp/bootloader-config/bootloader-config.bb | 2 +- recipes-bsp/fpga-image/fpga-image.bb | 2 +- recipes-bsp/mac-address-set/mac-address-set.bb | 2 +- recipes-connectivity/networkmanager/networkmanager-conf.bb | 2 +- recipes-connectivity/tibluetooth/tibluetooth.bb | 2 +- .../ublox-gnss-fw-update/ublox-gnss-fw-update.bb | 2 +- recipes-connectivity/wwan-config/wwan-config.bb | 2 +- recipes-core/board-descriptor/board-descriptor.bb | 2 +- recipes-kernel/kernel-modules/wakeup-timer_1.0.bb | 2 +- .../packagegroup-system-state-framework.bb | 2 +- recipes-kernel/system-state-framework/ssc-broker-driver_git.bb | 2 +- recipes-kernel/system-state-framework/ssc-extmod-driver_git.bb | 2 +- .../system-state-framework/ssc-sysstate-driver_git.bb | 2 +- recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb b/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb index 12ca53f..e1178c0 100644 --- a/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb +++ b/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb @@ -3,7 +3,7 @@ DESCRIPTION = "i.MX ARM Trusted Firmware" SECTION = "BSP" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" PV = "1.5.0+git${SRCPV}" diff --git a/freescale/recipes-imx/imx-mkimage/imx-boot_0.2.bb b/freescale/recipes-imx/imx-mkimage/imx-boot_0.2.bb index eeb4d67..29dca41 100644 --- a/freescale/recipes-imx/imx-mkimage/imx-boot_0.2.bb +++ b/freescale/recipes-imx/imx-mkimage/imx-boot_0.2.bb @@ -4,7 +4,7 @@ require imx-mkimage_git.inc DESCRIPTION = "Generate Boot Loader for i.MX 8 device" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" SECTION = "BSP" IMX_EXTRA_FIRMWARE = "firmware-imx-8 imx-sc-firmware" diff --git a/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.bb b/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.bb index 9022c9b..e8c46f2 100644 --- a/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.bb +++ b/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.bb @@ -5,7 +5,7 @@ require imx-mkimage_git.inc DESCRIPTION = "i.MX make image" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" SECTION = "BSP" inherit native deploy diff --git a/recipes-bsp/bootloader-config/bootloader-config.bb b/recipes-bsp/bootloader-config/bootloader-config.bb index 58a0e13..4040988 100644 --- a/recipes-bsp/bootloader-config/bootloader-config.bb +++ b/recipes-bsp/bootloader-config/bootloader-config.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Bootloader configuration tool" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" RDEPENDS:${PN} += " \ python3-setuptools \ diff --git a/recipes-bsp/fpga-image/fpga-image.bb b/recipes-bsp/fpga-image/fpga-image.bb index 511dea1..9750a03 100644 --- a/recipes-bsp/fpga-image/fpga-image.bb +++ b/recipes-bsp/fpga-image/fpga-image.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Fpga images" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" inherit deploy diff --git a/recipes-bsp/mac-address-set/mac-address-set.bb b/recipes-bsp/mac-address-set/mac-address-set.bb index 0df3d7e..22ac786 100644 --- a/recipes-bsp/mac-address-set/mac-address-set.bb +++ b/recipes-bsp/mac-address-set/mac-address-set.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Small scripts that set the mac addresses based on ethernet mac" AUTHOR = "Alexandre Bard" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" PR = "r2" inherit systemd diff --git a/recipes-connectivity/networkmanager/networkmanager-conf.bb b/recipes-connectivity/networkmanager/networkmanager-conf.bb index 69af4a5..0275b7f 100644 --- a/recipes-connectivity/networkmanager/networkmanager-conf.bb +++ b/recipes-connectivity/networkmanager/networkmanager-conf.bb @@ -3,7 +3,7 @@ inherit allarch DESCRIPTION = "Configuration files for NetworkManager" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" RDEPENDS:${PN} = "networkmanager" PACKAGECONFIG ?= "" diff --git a/recipes-connectivity/tibluetooth/tibluetooth.bb b/recipes-connectivity/tibluetooth/tibluetooth.bb index 8c8a432..ab40231 100644 --- a/recipes-connectivity/tibluetooth/tibluetooth.bb +++ b/recipes-connectivity/tibluetooth/tibluetooth.bb @@ -4,7 +4,7 @@ AUTHOR = "Stefan Eichenberger" SECTION = "connectivity" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" PR = "r2" inherit systemd diff --git a/recipes-connectivity/ublox-gnss-fw-update/ublox-gnss-fw-update.bb b/recipes-connectivity/ublox-gnss-fw-update/ublox-gnss-fw-update.bb index 5ca5b37..8c1b69f 100644 --- a/recipes-connectivity/ublox-gnss-fw-update/ublox-gnss-fw-update.bb +++ b/recipes-connectivity/ublox-gnss-fw-update/ublox-gnss-fw-update.bb @@ -4,7 +4,7 @@ SECTION = "utils" LICENSE="Proprietary" -LIC_FILES_CHKSUM="file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" +LIC_FILES_CHKSUM="file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" DEPENDS = "ncurses" diff --git a/recipes-connectivity/wwan-config/wwan-config.bb b/recipes-connectivity/wwan-config/wwan-config.bb index 0c520e7..13e5af7 100644 --- a/recipes-connectivity/wwan-config/wwan-config.bb +++ b/recipes-connectivity/wwan-config/wwan-config.bb @@ -1,6 +1,6 @@ DESCRIPTION = "WWAN modems configuration tool" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" RDEPENDS:${PN} += " \ python3-pyserial \ diff --git a/recipes-core/board-descriptor/board-descriptor.bb b/recipes-core/board-descriptor/board-descriptor.bb index f168cc3..cfcc57b 100644 --- a/recipes-core/board-descriptor/board-descriptor.bb +++ b/recipes-core/board-descriptor/board-descriptor.bb @@ -6,7 +6,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}/${MACHINE}:" SECTION = "core" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" PR = "r0" inherit python3-dir diff --git a/recipes-kernel/kernel-modules/wakeup-timer_1.0.bb b/recipes-kernel/kernel-modules/wakeup-timer_1.0.bb index a484ef4..c4e91ba 100644 --- a/recipes-kernel/kernel-modules/wakeup-timer_1.0.bb +++ b/recipes-kernel/kernel-modules/wakeup-timer_1.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Driver for wakeup from standby via AM335x dmtimer" HOMEPAGE = "http://www.netmodule.com/" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" inherit module diff --git a/recipes-kernel/system-state-framework/packagegroup-system-state-framework.bb b/recipes-kernel/system-state-framework/packagegroup-system-state-framework.bb index c0a7051..028143b 100644 --- a/recipes-kernel/system-state-framework/packagegroup-system-state-framework.bb +++ b/recipes-kernel/system-state-framework/packagegroup-system-state-framework.bb @@ -2,7 +2,7 @@ DESCRIPTION = "implements a publish/subscribe broker for the various system state topics" HOMEPAGE = "http://www.netmodule.com/" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" inherit packagegroup diff --git a/recipes-kernel/system-state-framework/ssc-broker-driver_git.bb b/recipes-kernel/system-state-framework/ssc-broker-driver_git.bb index 2ca2864..f87a938 100644 --- a/recipes-kernel/system-state-framework/ssc-broker-driver_git.bb +++ b/recipes-kernel/system-state-framework/ssc-broker-driver_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "implements a publish/subscribe broker for the various system state topics" HOMEPAGE = "http://www.netmodule.com/" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" inherit module diff --git a/recipes-kernel/system-state-framework/ssc-extmod-driver_git.bb b/recipes-kernel/system-state-framework/ssc-extmod-driver_git.bb index d6ee8d7..f12d8dd 100644 --- a/recipes-kernel/system-state-framework/ssc-extmod-driver_git.bb +++ b/recipes-kernel/system-state-framework/ssc-extmod-driver_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "implements a publish/subscribe broker for the various system state topics" HOMEPAGE = "http://www.netmodule.com/" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" DEPENDS = "ssc-broker-driver" RDEPENDS:${PN} = "ssc-broker-driver" diff --git a/recipes-kernel/system-state-framework/ssc-sysstate-driver_git.bb b/recipes-kernel/system-state-framework/ssc-sysstate-driver_git.bb index 79ef16f..9546e5e 100644 --- a/recipes-kernel/system-state-framework/ssc-sysstate-driver_git.bb +++ b/recipes-kernel/system-state-framework/ssc-sysstate-driver_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "implements a publish/subscribe broker for the various system state topics" HOMEPAGE = "http://www.netmodule.com/" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" DEPENDS = "ssc-broker-driver" RDEPENDS:${PN} = "ssc-broker-driver" diff --git a/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb b/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb index 8d74eb4..e569359 100644 --- a/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb +++ b/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb @@ -1,6 +1,6 @@ SUMMARY = "Machine specific gpsd config" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD;md5=3775480a712fc46a69647678acb234cb" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" # empty by default # BSP layers can add stuff like meta-openmoko example: