diff options
author | Paul Barker <paul@betafive.co.uk> | 2019-10-21 10:41:29 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-10-24 14:08:16 +0100 |
commit | 254c9366b9c3309db6dc07beb80aba55e0c87f94 (patch) | |
tree | 5f1c63a9dc1e37f80c1b8dbb91daa5663abdae30 | |
parent | ae6611ea460d2286420cd28be00f0df79580c1e7 (diff) | |
download | meta-raspberrypi-254c9366b9c3309db6dc07beb80aba55e0c87f94.tar.gz |
vc-graphics: Clarify license conditions
The license text matches the 'Broadcom-RPi' custom license used in
bcm2835-bootfiles.
Signed-off-by: Paul Barker <paul@betafive.co.uk>
-rw-r--r-- | recipes-graphics/vc-graphics/vc-graphics.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/vc-graphics/vc-graphics.inc b/recipes-graphics/vc-graphics/vc-graphics.inc index 8b3f2bf..540e289 100644 --- a/recipes-graphics/vc-graphics/vc-graphics.inc +++ b/recipes-graphics/vc-graphics/vc-graphics.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Graphics libraries for BCM2835." | 1 | DESCRIPTION = "Graphics libraries for BCM2835." |
2 | LICENSE = "Proprietary" | 2 | LICENSE = "Broadcom-RPi" |
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780" | 4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780" |
5 | 5 | ||