mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 08:02:23 +02:00
One patch (submitted upstream) for when Gallium is enabled, and another (inappropriate for upstream) to fix out-of-tree builds with 0003-EGL-Mutate-NativeDisplayType-depending-on-config. (From OE-Core rev: fbc7092f0ae07538d4363679b1597ba4e556d1a8) 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>
21 lines
769 B
BlitzBasic
21 lines
769 B
BlitzBasic
require ${BPN}.inc
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
LIC_FILES_CHKSUM = "file://docs/license.html;md5=f69a4626e9efc40fa0d3cc3b02c9eacf"
|
|
|
|
PR = "${INC_PR}.0"
|
|
SRCREV = "5a925cc5504575c22dbb7d29842d7fc5babcb5c7"
|
|
PV = "9.1.3+git${SRCPV}"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \
|
|
file://0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch \
|
|
file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \
|
|
file://0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch \
|
|
file://0004-glsl-fix-builtin_compiler-cross-compilation.patch \
|
|
file://0005-fix-out-of-tree-builds-gallium.patch \
|
|
file://0006-fix-out-of-tree-egl.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|