diff options
author | Hugo Hromic <hhromic@gmail.com> | 2018-06-19 14:46:42 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-06-27 13:38:23 +0100 |
commit | efa81bff3ee6eeaeee50801989c5feade8c0f974 (patch) | |
tree | 5900b74153028e5a73b58bcb320991d73533fc3b /recipes-core | |
parent | 19d0fcac215f0859162a8b3b44e4be052130e323 (diff) | |
download | meta-raspberrypi-efa81bff3ee6eeaeee50801989c5feade8c0f974.tar.gz |
meta-raspberrypi: use generic licenses in ${COMMON_LICENSE_DIR} from Poky
Keep consistency with current practices.
Signed-off-by: Hugo Hromic <hhromic@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/packagegroups/packagegroup-rpi-test.bb | 2 | ||||
-rw-r--r-- | recipes-core/udev/udev-rules-rpi.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/packagegroups/packagegroup-rpi-test.bb b/recipes-core/packagegroups/packagegroup-rpi-test.bb index 029c18c..d91ce0b 100644 --- a/recipes-core/packagegroups/packagegroup-rpi-test.bb +++ b/recipes-core/packagegroups/packagegroup-rpi-test.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "RaspberryPi Test Packagegroup" | 1 | DESCRIPTION = "RaspberryPi Test Packagegroup" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
4 | 4 | ||
5 | inherit packagegroup | 5 | inherit packagegroup |
6 | 6 | ||
diff --git a/recipes-core/udev/udev-rules-rpi.bb b/recipes-core/udev/udev-rules-rpi.bb index b249d97..edef0db 100644 --- a/recipes-core/udev/udev-rules-rpi.bb +++ b/recipes-core/udev/udev-rules-rpi.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "udev rules for Raspberry Pi Boards" | 1 | DESCRIPTION = "udev rules for Raspberry Pi Boards" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
4 | 4 | ||
5 | SRC_URI = " file://99-com.rules" | 5 | SRC_URI = " file://99-com.rules" |
6 | 6 | ||