diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-14 18:39:54 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-12-18 11:48:59 +0000 |
commit | 752db52633393450e9cb84f15396d3d71a8d3fed (patch) | |
tree | fb622fbb4f3cf476e6395c3dcc0754cf10956e74 | |
parent | 5b1205751d9e7739cbf93dacfc0293da4e1f39de (diff) | |
download | meta-raspberrypi-752db52633393450e9cb84f15396d3d71a8d3fed.tar.gz |
userland: Use original name libegl-mesa in rdeps
This avoids a missing rdep errors seen sometimes when switching
compilers or graphic driver providers
ERROR: userland-20181120-r0 do_package_qa: QA Issue: /usr/lib/libWFC.so contained in package userland requires li bEGL.so.1, but no providers found in RDEPENDS_userland? [file-rdeps]
Signed-off-by: Khem Raj <raj.khem@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 bc47d06..f5c803e 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -91,4 +91,4 @@ FILES_${PN}-dbg += "${libdir}/plugins/.debug" | |||
91 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 91 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
92 | 92 | ||
93 | RDEPENDS_${PN} += "bash" | 93 | RDEPENDS_${PN} += "bash" |
94 | RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl1", "", d)}" | 94 | RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl-mesa", "", d)}" |