mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
mesa: Exclude mesa packages from world builds to reduce breakage
This commit is contained in:
@@ -17,4 +17,7 @@ EXTRA_OECONF = "--disable-glu \
|
||||
--disable-glut \
|
||||
--enable-glx-tls"
|
||||
|
||||
# Multiple virtual/gl providers being built breaks staging
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
|
||||
|
||||
@@ -22,6 +22,9 @@ FILES_libosmesa-dev = "${libdir}/libOSMesa.* ${includedir}/osmesa.h"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
# Multiple virtual/gl providers being built breaks staging
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
do_configure() {
|
||||
cd configs
|
||||
|
||||
|
||||
@@ -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