diff options
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-git.inc | 10 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_git.bb | 13 |
2 files changed, 11 insertions, 12 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-git.inc b/meta/recipes-graphics/mesa/mesa-git.inc deleted file mode 100644 index cf07155ecf..0000000000 --- a/meta/recipes-graphics/mesa/mesa-git.inc +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # 9.1.3 commit | ||
2 | SRCREV = "f32ec82a8cfcabc5b7596796f36afe7986651f02" | ||
3 | PV = "9.1.3+git${SRCPV}" | ||
4 | |||
5 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | ||
6 | file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ | ||
7 | file://fix-glsl-cross.patch \ | ||
8 | " | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
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" | ||