summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-git.inc
blob: d558d0b3b675cc38bcb38dd8071fc7c27713d299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Current pre-9.1 commit
SRCREV = "1665af3066f3d58c42e9d5b13098f13615a7672c"
PV = "9.1~git${SRCPV}"

LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d"
FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:"

SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \
           file://0002-cross-compile.patch \
           "

SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-hack-to-prevent-from-install-libgl.patch', d)}"

S = "${WORKDIR}/git"