diff options
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-git.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_9.1.3.bb | 6 |
3 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-git.inc b/meta/recipes-graphics/mesa/mesa-git.inc index c5507ce87b..cf07155ecf 100644 --- a/meta/recipes-graphics/mesa/mesa-git.inc +++ b/meta/recipes-graphics/mesa/mesa-git.inc | |||
@@ -2,8 +2,6 @@ | |||
2 | SRCREV = "f32ec82a8cfcabc5b7596796f36afe7986651f02" | 2 | SRCREV = "f32ec82a8cfcabc5b7596796f36afe7986651f02" |
3 | PV = "9.1.3+git${SRCPV}" | 3 | PV = "9.1.3+git${SRCPV}" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d" | ||
6 | |||
7 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | 5 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ |
8 | file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ | 6 | file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ |
9 | file://fix-glsl-cross.patch \ | 7 | file://fix-glsl-cross.patch \ |
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index cc117531c7..9d591660e8 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -10,6 +10,7 @@ HOMEPAGE = "http://mesa3d.org" | |||
10 | BUGTRACKER = "https://bugs.freedesktop.org" | 10 | BUGTRACKER = "https://bugs.freedesktop.org" |
11 | SECTION = "x11" | 11 | SECTION = "x11" |
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d" | ||
13 | 14 | ||
14 | INC_PR = "r9" | 15 | INC_PR = "r9" |
15 | PE = "2" | 16 | PE = "2" |
diff --git a/meta/recipes-graphics/mesa/mesa_9.1.3.bb b/meta/recipes-graphics/mesa/mesa_9.1.3.bb index 74d467adbd..fc193f524b 100644 --- a/meta/recipes-graphics/mesa/mesa_9.1.3.bb +++ b/meta/recipes-graphics/mesa/mesa_9.1.3.bb | |||
@@ -1,3 +1,5 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
1 | 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 \ |
2 | file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ | 4 | file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ |
3 | file://fix-glsl-cross.patch \ | 5 | file://fix-glsl-cross.patch \ |
@@ -6,8 +8,4 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ | |||
6 | SRC_URI[md5sum] = "952ccd03547ed72333b64e1746cf8ada" | 8 | SRC_URI[md5sum] = "952ccd03547ed72333b64e1746cf8ada" |
7 | SRC_URI[sha256sum] = "8d5dac2202d0355bff5cfd183582ec8167d1d1227b7bb7a669acecbeaa52d766" | 9 | SRC_URI[sha256sum] = "8d5dac2202d0355bff5cfd183582ec8167d1d1227b7bb7a669acecbeaa52d766" |
8 | 10 | ||
9 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d" | ||
10 | |||
11 | S = "${WORKDIR}/Mesa-${PV}" | 11 | S = "${WORKDIR}/Mesa-${PV}" |
12 | |||
13 | require mesa.inc | ||