diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_9.1.3.bb')
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa_9.1.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_9.1.3.bb b/meta/recipes-graphics/mesa/mesa_9.1.3.bb new file mode 100644 index 0000000000..60a90a3c73 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa_9.1.3.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ | ||
| 2 | file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ | ||
| 3 | file://fix-glsl-cross.patch \ | ||
| 4 | " | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "952ccd03547ed72333b64e1746cf8ada" | ||
| 7 | SRC_URI[sha256sum] = "8d5dac2202d0355bff5cfd183582ec8167d1d1227b7bb7a669acecbeaa52d766" | ||
| 8 | |||
| 9 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/Mesa-${PV}" | ||
| 12 | |||
| 13 | require mesa-common.inc | ||
| 14 | require mesa.inc | ||
