summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-12-14 18:39:54 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2019-02-19 18:16:40 +0000
commitda31d6f1ff4448991a81479b3ab64bf6d48bcdf1 (patch)
tree949413ac7e4308072921f5c89e63ed1b3d0ba782
parenta9be788e8f538832d383d1761ed37938da751933 (diff)
downloadmeta-raspberrypi-da31d6f1ff4448991a81479b3ab64bf6d48bcdf1.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.bb2
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"
91PACKAGE_ARCH = "${MACHINE_ARCH}" 91PACKAGE_ARCH = "${MACHINE_ARCH}"
92 92
93RDEPENDS_${PN} += "bash" 93RDEPENDS_${PN} += "bash"
94RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl1", "", d)}" 94RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl-mesa", "", d)}"