aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-common.inc
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2011-11-18 14:36:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-18 14:37:09 +0000
commit0a815e889d056f44af1ada623b4b2edcb699693a (patch)
treeb627dc2b025fa0b4023409f2d1f7aacd2fbc7896 /meta/recipes-graphics/mesa/mesa-common.inc
parent79ee0f8c849cd5de16b6ae1b3dd6c43bbad472b2 (diff)
downloadopenembedded-core-contrib-0a815e889d056f44af1ada623b4b2edcb699693a.tar.gz
mesa: fix calling host's commands
mesa use its script file bin/mklib to generate libraries, and call the host's commands "ar/ranlib/gcc/g++". Fix it to call the cross-compile tools properly. Signed-off-by: Kang Kai <kai.kang@windriver.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
index 06ebb7508c..1d9c8946fa 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -12,7 +12,7 @@ SECTION = "x11"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
-INC_PR = "r12"
+INC_PR = "r13"
PE = "2"
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2"