diff options
| author | Jonathan Liu <net147@gmail.com> | 2013-08-03 19:28:04 +1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-06 12:39:56 +0100 |
| commit | 63017172dadb62d8baea9b6c6a22de9d1860cccf (patch) | |
| tree | 6abfcba640b0301498b03234173d5959444f9148 /meta/recipes-graphics/mesa/mesa_9.1.6.bb | |
| parent | be13994d00ebb9973306fd2045dd142a859a2a62 (diff) | |
| download | poky-63017172dadb62d8baea9b6c6a22de9d1860cccf.tar.gz | |
mesa: update to 9.1.6
(From OE-Core rev: 7ea8da1f692721ddb6f28088820d159c86c6c61a)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_9.1.6.bb')
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa_9.1.6.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_9.1.6.bb b/meta/recipes-graphics/mesa/mesa_9.1.6.bb new file mode 100644 index 0000000000..d47822f630 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa_9.1.6.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ | ||
| 4 | file://0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch \ | ||
| 5 | file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \ | ||
| 6 | file://0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch \ | ||
| 7 | file://0004-glsl-fix-builtin_compiler-cross-compilation.patch \ | ||
| 8 | file://0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "443a2a352667294b53d56cb1a74114e9" | ||
| 12 | SRC_URI[sha256sum] = "e632dff0acafad0a59dc208d16dedb37f7bd58f94c5d58c4b51912e41d005e3d" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/Mesa-${PV}" | ||
