From efa81bff3ee6eeaeee50801989c5feade8c0f974 Mon Sep 17 00:00:00 2001 From: Hugo Hromic Date: Tue, 19 Jun 2018 14:46:42 +0100 Subject: meta-raspberrypi: use generic licenses in ${COMMON_LICENSE_DIR} from Poky Keep consistency with current practices. Signed-off-by: Hugo Hromic --- recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/rpi-u-boot-scr') diff --git a/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb b/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb index 0106ac3..593fc90 100644 --- a/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb +++ b/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb @@ -1,6 +1,6 @@ SUMMARY = "U-boot boot scripts for Raspberry Pi" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" COMPATIBLE_MACHINE = "^rpi$" DEPENDS = "u-boot-mkimage-native" -- cgit v1.2.3-54-g00ecf