meta-raspberrypi: use generic licenses in ${COMMON_LICENSE_DIR} from Poky

Keep consistency with current practices.

Signed-off-by: Hugo Hromic <hhromic@gmail.com>
This commit is contained in:
Hugo Hromic 2018-06-19 14:46:42 +01:00 committed by Andrei Gherzan
parent 19d0fcac21
commit efa81bff3e
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ DESCRIPTION = "Commented config.txt file for the Raspberry Pi. \
the ARM core is initialised. It can be used to set various \ the ARM core is initialised. It can be used to set various \
system configuration parameters." system configuration parameters."
LICENSE = "MIT" 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$" COMPATIBLE_MACHINE = "^rpi$"

View File

@ -1,6 +1,6 @@
SUMMARY = "U-boot boot scripts for Raspberry Pi" SUMMARY = "U-boot boot scripts for Raspberry Pi"
LICENSE = "MIT" 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$" COMPATIBLE_MACHINE = "^rpi$"
DEPENDS = "u-boot-mkimage-native" DEPENDS = "u-boot-mkimage-native"

View File

@ -1,6 +1,6 @@
DESCRIPTION = "RaspberryPi Test Packagegroup" DESCRIPTION = "RaspberryPi Test Packagegroup"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
inherit packagegroup inherit packagegroup

View File

@ -1,6 +1,6 @@
DESCRIPTION = "udev rules for Raspberry Pi Boards" DESCRIPTION = "udev rules for Raspberry Pi Boards"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRC_URI = " file://99-com.rules" SRC_URI = " file://99-com.rules"