summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-5a93778d3c59b972e5ab0d76b0408bda17c6f472.tar.gz
openembedded-core-5a93778d3c59b972e5ab0d76b0408bda17c6f472.tar.bz2
openembedded-core-5a93778d3c59b972e5ab0d76b0408bda17c6f472.tar.xz
openembedded-core-5a93778d3c59b972e5ab0d76b0408bda17c6f472.zip
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 f029d3d6e..0294c8fc5 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"
SECTION = "x11"
LICENSE = "MIT"
-SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
- ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2 "
+SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=mesalib \
+ ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2;name=mesademos "
S = "${WORKDIR}/Mesa-${PV}"