diff options
author | Paul Barker <paul@betafive.co.uk> | 2019-10-21 10:41:29 +0100 |
---|---|---|
committer | Paul Barker <paul@betafive.co.uk> | 2019-10-21 10:51:48 +0100 |
commit | f94b9c48d7b1594afd5e7a7d2dc6225d85f5691c (patch) | |
tree | e1f821b1c8941956540448b26b9044e26aa271b6 | |
parent | 0ab94cf44e60f2c4a930885360f2b160ac43767f (diff) | |
download | meta-raspberrypi-pbarker/licenses.tar.gz |
vc-graphics: Clarify license conditionspbarker/licenses
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 | ||