hardknott: meta-digi: replace GPL-2.0 license file with GPL-2.0-only
The common license file GPL-2.0 is now called GPL-2.0-only in poky, so we need to reflect this name change to avoid errors Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
1f2d0b8535
commit
52c37a6fe5
|
|
@ -1,7 +1,7 @@
|
||||||
# Copyright (C) 2017-2021 Digi International
|
# Copyright (C) 2017-2021 Digi International
|
||||||
SUMMARY = "TrustFence signing and encryption scripts"
|
SUMMARY = "TrustFence signing and encryption scripts"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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 = "trustfence-cst coreutils util-linux"
|
DEPENDS = "trustfence-cst coreutils util-linux"
|
||||||
DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN_MODE', 'AHAB', 'imx-mkimage', '', d)}"
|
DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN_MODE', 'AHAB', 'imx-mkimage', '', d)}"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ HOMEPAGE = "http://www.open-mesh.net/"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = "http://downloads.open-mesh.net/batman/stable/sources/batctl/batctl-${PV}.tar.gz"
|
SRC_URI = "http://downloads.open-mesh.net/batman/stable/sources/batctl/batctl-${PV}.tar.gz"
|
||||||
SRC_URI[md5sum] = "3eb6c6e11d293f48d4ecab6d182805c2"
|
SRC_URI[md5sum] = "3eb6c6e11d293f48d4ecab6d182805c2"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ SUMMARY = "Digi XBee initialization"
|
||||||
DESCRIPTION = "Initialization scripts for XBee hardware of Digi boards"
|
DESCRIPTION = "Initialization scripts for XBee hardware of Digi boards"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
file://xbee-init \
|
file://xbee-init \
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
SUMMARY = "Recovery initramfs files"
|
SUMMARY = "Recovery initramfs files"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
# When building a TrustFence enabled recovery initramfs, we need the TrustFence PKI tree to
|
# When building a TrustFence enabled recovery initramfs, we need the TrustFence PKI tree to
|
||||||
# be already generated in order to copy the public key. Forcing a dependence against
|
# be already generated in order to copy the public key. Forcing a dependence against
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
SUMMARY = "Trustfence initramfs required files"
|
SUMMARY = "Trustfence initramfs required files"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = "file://trustfence-initramfs-init"
|
SRC_URI = "file://trustfence-initramfs-init"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "DEY examples: Analog Comparator test application"
|
SUMMARY = "DEY examples: Analog Comparator test application"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = "file://adc_cmp_sample"
|
SRC_URI = "file://adc_cmp_sample"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "DEY examples: ALSA API test application"
|
SUMMARY = "DEY examples: ALSA API test application"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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 = "alsa-lib"
|
DEPENDS = "alsa-lib"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ require recipes-digi/dey-examples/dey-examples-src.inc
|
||||||
SUMMARY = "DEY examples: application to create a BLE GATT server"
|
SUMMARY = "DEY examples: application to create a BLE GATT server"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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 = "bluez5"
|
DEPENDS = "bluez5"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "DEY examples: application to transfer data over bluetooth"
|
SUMMARY = "DEY examples: application to transfer data over bluetooth"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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 = "bluez5"
|
DEPENDS = "bluez5"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "DEY examples: application to perform low level bluetooth"
|
SUMMARY = "DEY examples: application to perform low level bluetooth"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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 = "bluez5"
|
DEPENDS = "bluez5"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ require recipes-digi/dey-examples/dey-examples-src.inc
|
||||||
SUMMARY = "DEY examples: CAAM blob example application"
|
SUMMARY = "DEY examples: CAAM blob example application"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/caam-blob-example"
|
S = "${WORKDIR}/git/caam-blob-example"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ require recipes-digi/dey-examples/dey-examples-src.inc
|
||||||
SUMMARY = "DEY examples: Cryptochip example application"
|
SUMMARY = "DEY examples: Cryptochip example application"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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 = "cryptoauthlib"
|
DEPENDS = "cryptoauthlib"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "DEY examples: bluetooth health profile test application"
|
SUMMARY = "DEY examples: bluetooth health profile test application"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = "file://hdp_test"
|
SRC_URI = "file://hdp_test"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "DEY examples: OpenGL-ES test application (based on Freescale GPU SDK)"
|
SUMMARY = "DEY examples: OpenGL-ES test application (based on Freescale GPU SDK)"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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 = "virtual/egl virtual/libgles1 virtual/libgles2"
|
DEPENDS = "virtual/egl virtual/libgles1 virtual/libgles2"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "DEY examples: RTC test application"
|
SUMMARY = "DEY examples: RTC test application"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = "file://rtc_test"
|
SRC_URI = "file://rtc_test"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
SUMMARY = "DEY examples: Tamper test application"
|
SUMMARY = "DEY examples: Tamper test application"
|
||||||
SECTION = "examples"
|
SECTION = "examples"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = "file://tamper_sample"
|
SRC_URI = "file://tamper_sample"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "Digi's framebuffer test utility"
|
SUMMARY = "Digi's framebuffer test utility"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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 = "microwindows"
|
DEPENDS = "microwindows"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "Digi's memory access utility"
|
SUMMARY = "Digi's memory access utility"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = "file://memwatch.c \
|
SRC_URI = "file://memwatch.c \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
SUMMARY = "Generate update package for SWUpdate"
|
SUMMARY = "Generate update package for SWUpdate"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = "file://sw-description"
|
SRC_URI = "file://sw-description"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "Digi's system info utility"
|
SUMMARY = "Digi's system info utility"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
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"
|
||||||
|
|
||||||
SRC_URI = "file://sysinfo"
|
SRC_URI = "file://sysinfo"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue