diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 20:00:20 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-04 12:30:12 +0300 |
commit | 3f703e1b1d8c523ef244e24f316079c80e02b1ab (patch) | |
tree | 39d8380a646953388d13dd3aa9d7454088e1a6ca /recipes-graphics | |
parent | 9ea7aa2cd2cdc775425797b689e782718896ea50 (diff) | |
download | meta-raspberrypi-3f703e1b1d8c523ef244e24f316079c80e02b1ab.tar.gz |
Manually fix conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 4b01535..5676e30 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "This repository contains the source code for the ARM side \ | 1 | DESCRIPTION = "This repository contains the source code for the ARM side \ |
2 | libraries used on Raspberry Pi. These typically are installed in /opt/vc/lib \ | 2 | libraries used on Raspberry Pi. These typically are installed in /opt/vc/lib \ |
3 | and includes source for the ARM side code to interface to: EGL, mmal, GLESv2,\ | 3 | and includes source for the ARM side code to interface to: EGL, mmal, GLESv2,\ |
4 | vcos, openmaxil, vchiq:arm, bcm_host, WFC, OpenVG." | 4 | vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG." |
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" | 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" |
7 | 7 | ||