diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-8.0.5.inc (renamed from meta/recipes-graphics/mesa/mesa-8.0.4.inc) | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri-glsl-native_8.0.5.bb (renamed from meta/recipes-graphics/mesa/mesa-dri-glsl-native_8.0.4.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_8.0.5.bb (renamed from meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb) | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-8.0.4.inc b/meta/recipes-graphics/mesa/mesa-8.0.5.inc index c6307dc603..b39b011f1e 100644 --- a/meta/recipes-graphics/mesa/mesa-8.0.4.inc +++ b/meta/recipes-graphics/mesa/mesa-8.0.5.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DEPENDS += "mesa-dri-glsl-native" | 1 | DEPENDS += "mesa-dri-glsl-native" |
2 | 2 | ||
3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ | 3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ |
4 | file://0001-Compile-with-uclibc.patch \ | 4 | file://0001-Compile-with-uclibc.patch \ |
5 | file://0002-cross-compile.patch \ | 5 | file://0002-cross-compile.patch \ |
6 | file://0003-fix-for-x32.patch \ | 6 | file://0003-fix-for-x32.patch \ |
@@ -9,8 +9,8 @@ SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-ha | |||
9 | 9 | ||
10 | S = "${WORKDIR}/Mesa-${PV}" | 10 | S = "${WORKDIR}/Mesa-${PV}" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "d546f988adfdf986cff45b1efa2d8a46" | 12 | SRC_URI[md5sum] = "01305591073a76b65267f69f27d635a3" |
13 | SRC_URI[sha256sum] = "02ed19f4f5f6535dda03a9932a81438aa78ea723ebba1f39a3d49a70a4e1d07e" | 13 | SRC_URI[sha256sum] = "511b8da34f8e69ed24caf422964fb7ae747f3b1d8093f6b8aa2602164a475a5e" |
14 | 14 | ||
15 | do_configure_prepend() { | 15 | do_configure_prepend() { |
16 | # We need builtin_compiler built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)" | 16 | # We need builtin_compiler built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)" |
diff --git a/meta/recipes-graphics/mesa/mesa-dri-glsl-native_8.0.4.bb b/meta/recipes-graphics/mesa/mesa-dri-glsl-native_8.0.5.bb index d551598b1a..842d492843 100644 --- a/meta/recipes-graphics/mesa/mesa-dri-glsl-native_8.0.4.bb +++ b/meta/recipes-graphics/mesa/mesa-dri-glsl-native_8.0.5.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | require mesa-dri-glsl-native.inc | 1 | require mesa-dri-glsl-native.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://glsl_parser.cpp;beginline=3;endline=33;md5=d078f1cddc2fc355719c090482254bd9" | 3 | LIC_FILES_CHKSUM = "file://glsl_parser.yy;beginline=2;endline=23;md5=a12a9c0208ee64a07ce314dfed4c81eb" |
4 | 4 | ||
5 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2" | 5 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2" |
6 | SRC_URI[md5sum] = "d546f988adfdf986cff45b1efa2d8a46" | 6 | SRC_URI[md5sum] = "01305591073a76b65267f69f27d635a3" |
7 | SRC_URI[sha256sum] = "02ed19f4f5f6535dda03a9932a81438aa78ea723ebba1f39a3d49a70a4e1d07e" | 7 | SRC_URI[sha256sum] = "511b8da34f8e69ed24caf422964fb7ae747f3b1d8093f6b8aa2602164a475a5e" |
8 | 8 | ||
9 | S = "${WORKDIR}/Mesa-${PV}/src/glsl/" | 9 | S = "${WORKDIR}/Mesa-${PV}/src/glsl/" |
10 | 10 | ||
diff --git a/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb b/meta/recipes-graphics/mesa/mesa-dri_8.0.5.bb index a5a592d86d..26b56e426c 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_8.0.5.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require mesa-common.inc | 1 | require mesa-common.inc |
2 | require mesa-${PV}.inc | 2 | require mesa-${PV}.inc |
3 | require mesa-dri.inc | 3 | require mesa-dri.inc |
4 | PR = "${INC_PR}.4" | 4 | PR = "${INC_PR}.0" |