diff options
| author | Ming Liu <liu.ming50@gmail.com> | 2018-12-17 09:20:04 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-02-19 18:16:40 +0000 |
| commit | a9be788e8f538832d383d1761ed37938da751933 (patch) | |
| tree | bb85c6064540e30004eb9962fa5ccf0dde9d9f22 | |
| parent | 6c5e9d45f35d3d275258dbe1a76febfc061e9aba (diff) | |
| download | meta-raspberrypi-a9be788e8f538832d383d1761ed37938da751933.tar.gz | |
userland: do not provide libgl1
The userland should only provide egl libraries rather than gl libraries,
or else it will cause conflicts with other libgl providers like mesa.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
| -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 e6af4bf..bc47d06 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" | |||
| 7 | 7 | ||
| 8 | PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" | 8 | PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" |
| 9 | 9 | ||
| 10 | RPROVIDES_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "libgles2 egl libegl libegl1 libgl1 libglesv2-2", d)}" | 10 | RPROVIDES_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "libgles2 egl libegl libegl1 libglesv2-2", d)}" |
| 11 | COMPATIBLE_MACHINE = "^rpi$" | 11 | COMPATIBLE_MACHINE = "^rpi$" |
| 12 | 12 | ||
| 13 | SRCBRANCH = "master" | 13 | SRCBRANCH = "master" |
