mirror of
https://git.yoctoproject.org/poky
synced 2026-03-04 06:19:40 +01:00
license.html was reformated so the checksum changed. The GLSL compiler can be built using CC_FOR_BUILD, so we don't need mesa-dri-glsl-native. Update common packaging to include libdricore and the skeleton libgles3, and remove the driver .la files. mesa-git/uclibc.patch isn't applied, remove. x32 support is integrated into mklib, drop 0003-fix-for-x32.patch. uclibc is checked for upstream, drop 0001-Compile-with-uclibc.patch. (From OE-Core rev: 8060a24c679ba17aea48bdeb4b8cfd460885f65f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
232 B
BlitzBasic
9 lines
232 B
BlitzBasic
require mesa-common.inc
|
|
require mesa-git.inc
|
|
require mesa-dri.inc
|
|
|
|
# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default
|
|
DEFAULT_PREFERENCE = "-2"
|
|
|
|
PR = "${INC_PR}.0"
|