diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-23 17:48:21 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-23 17:50:56 -0300 |
commit | 18aa784c0163e6f235f007cda239016f71ec02a4 (patch) | |
tree | 76fba024af54813970f6e797e3c72dd3196b5bdf | |
parent | 2c6175cd0110a26f8be89bc0d48e8da41d0eb10b (diff) | |
download | meta-freescale-18aa784c0163e6f235f007cda239016f71ec02a4.tar.gz |
Move from ${COREBASE}/LICENSE to ${COMMON_LICENSE_DIR}/MIT
The OE-Core now warns when someone uses ${COREBASE}/LICENSE so we
should move to ${COMMON_LICENSE_DIR}/MIT to fix this deprecated use.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/uefi/uefi_git.bb | 2 | ||||
-rw-r--r-- | recipes-core/udev/udev-rules-imx.bb | 2 | ||||
-rw-r--r-- | recipes-core/udev/udev-rules-qoriq.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index 5b71047e..b42a85e6 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++ b/recipes-bsp/uefi/uefi_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Unified Extensible Firmware Interface" | 1 | DESCRIPTION = "Unified Extensible Firmware Interface" |
2 | SECTION = "bootloaders" | 2 | SECTION = "bootloaders" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
5 | 5 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
diff --git a/recipes-core/udev/udev-rules-imx.bb b/recipes-core/udev/udev-rules-imx.bb index e37d38de..163f2835 100644 --- a/recipes-core/udev/udev-rules-imx.bb +++ b/recipes-core/udev/udev-rules-imx.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "udev rules for Freescale i.MX SOCs" | 1 | DESCRIPTION = "udev rules for Freescale i.MX SOCs" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
4 | 4 | ||
5 | SRC_URI = " file://10-imx.rules" | 5 | SRC_URI = " file://10-imx.rules" |
6 | 6 | ||
diff --git a/recipes-core/udev/udev-rules-qoriq.bb b/recipes-core/udev/udev-rules-qoriq.bb index f4a9cd8a..ddb33572 100644 --- a/recipes-core/udev/udev-rules-qoriq.bb +++ b/recipes-core/udev/udev-rules-qoriq.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "udev rules for Freescale QorIQ SOCs" | 1 | DESCRIPTION = "udev rules for Freescale QorIQ SOCs" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
4 | 4 | ||
5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
6 | file://71-fsl-dpaa-persistent-networking.rules \ | 6 | file://71-fsl-dpaa-persistent-networking.rules \ |