diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-06-13 01:19:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 12:44:35 +0100 |
commit | caf3df2d1b854c7d1c81cbf8ae6ba5727654cac9 (patch) | |
tree | 1909112e6662f9d8b7c6b766081d9230e4d88e73 /meta/recipes-graphics/mesa/mesa-git.inc | |
parent | 1027f988e7e7a9010268f0e64caac937a2d74e33 (diff) | |
download | poky-caf3df2d1b854c7d1c81cbf8ae6ba5727654cac9.tar.gz |
mesa: merge mesa-git.inc to mesa_git.bb
(From OE-Core rev: fb595d8a1181f30daa1c80938a335f9d249de913)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-git.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-git.inc | 10 |
1 files changed, 0 insertions, 10 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" | ||