summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa/mesa_git.bbappend
blob: 2da3e4794182ff04bd239452cfe1c36ebef62102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Although not typically set anymore it seems, set PR to work around a
# bug in mesa_git.bb where it uses INC_PR. A fix has been submitted upstream
# for mesa_git.bb, but eventually we won't use mesa_git.bb anyway.
PR = "r0"

LIC_FILES_CHKSUM = "file://docs/license.html;md5=6a23445982a7a972ac198e93cc1cb3de"

SRCREV = "088d3501786a2ff0833de45951b63acbe6560a0f"
PV = "10.3.1+git${SRCPV}"

# Set the SRC_URI because we don't want the patches that have been applied
# upstream and the branch is needed.
SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;branch=10.3"