From: Otavio Salvador Date: Sat, 23 Sep 2017 20:48:21 +0000 (-0300) Subject: Move from ${COREBASE}/LICENSE to ${COMMON_LICENSE_DIR}/MIT X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=18aa784c0163e6f235f007cda239016f71ec02a4;p=meta-freescale.git 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 --- 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 @@ DESCRIPTION = "Unified Extensible Firmware Interface" SECTION = "bootloaders" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit deploy 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 @@ DESCRIPTION = "udev rules for Freescale i.MX SOCs" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = " file://10-imx.rules" 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 @@ DESCRIPTION = "udev rules for Freescale QorIQ SOCs" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "\ file://71-fsl-dpaa-persistent-networking.rules \