summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-common.inc
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-01-14 17:05:33 +0800
committerSaul Wold <sgw@linux.intel.com>2011-01-18 07:38:03 -0800
commit5a93778d3c59b972e5ab0d76b0408bda17c6f472 (patch)
treea00c2caeb6d70fee9a48dc19cfa9b8585850f934 /meta/recipes-graphics/mesa/mesa-common.inc
parent20bdd1764f1ee2bc6f9f981d2ea171d79cddf3a5 (diff)
downloadpoky-5a93778d3c59b972e5ab0d76b0408bda17c6f472.tar.gz
mesa: add mesa 7.8.2
The latest mesa 7.10 has dependency on GPLv3 library talloc, so it is still necessary to keep one old non-GPLv3 mesa.And the latest non-GPLv3 version is mesa 7.8.2, so this patch add it. Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
index f029d3d6e7..0294c8fc54 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -4,8 +4,8 @@ BUGTRACKER = "https://bugs.freedesktop.org"
4SECTION = "x11" 4SECTION = "x11"
5LICENSE = "MIT" 5LICENSE = "MIT"
6 6
7SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ 7SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=mesalib \
8 ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2 " 8 ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2;name=mesademos "
9 9
10S = "${WORKDIR}/Mesa-${PV}" 10S = "${WORKDIR}/Mesa-${PV}"
11 11