diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_git.bb')
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa_git.bb | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb index 241261c76c..ef0bec407f 100644 --- a/meta/recipes-graphics/mesa/mesa_git.bb +++ b/meta/recipes-graphics/mesa/mesa_git.bb | |||
| @@ -1,6 +1,15 @@ | |||
| 1 | require mesa-git.inc | 1 | require ${BPN}.inc |
| 2 | require mesa.inc | ||
| 3 | 2 | ||
| 4 | DEFAULT_PREFERENCE = "-1" | 3 | DEFAULT_PREFERENCE = "-1" |
| 5 | 4 | ||
| 6 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
| 6 | # 9.1.3 commit | ||
| 7 | SRCREV = "f32ec82a8cfcabc5b7596796f36afe7986651f02" | ||
| 8 | PV = "9.1.3+git${SRCPV}" | ||
| 9 | |||
| 10 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | ||
| 11 | file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ | ||
| 12 | file://fix-glsl-cross.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
