mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
mesa: Exclude mesa packages from world builds to reduce breakage
This commit is contained in:
@@ -17,6 +17,9 @@ PROVIDES = "virtual/libgl"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
# Multiple virtual/gl providers being built breaks staging
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${libdir}
|
||||
install -m 0755 ${S}/libGL.so ${D}${libdir}/
|
||||
|
||||
Reference in New Issue
Block a user