summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/mesa/mesa-7.11.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-7.11.inc
parent79ee0f8c849cd5de16b6ae1b3dd6c43bbad472b2 (diff)
downloadopenembedded-core-0a815e889d056f44af1ada623b4b2edcb699693a.tar.gz
openembedded-core-0a815e889d056f44af1ada623b4b2edcb699693a.tar.bz2
openembedded-core-0a815e889d056f44af1ada623b4b2edcb699693a.tar.xz
openembedded-core-0a815e889d056f44af1ada623b4b2edcb699693a.zip
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-7.11.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-7.11.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-7.11.inc b/meta/recipes-graphics/mesa/mesa-7.11.inc
index 746b764ce..2f14ed4f2 100644
--- a/meta/recipes-graphics/mesa/mesa-7.11.inc
+++ b/meta/recipes-graphics/mesa/mesa-7.11.inc
@@ -2,6 +2,7 @@ DEPENDS += "mesa-dri-glsl-native"
SRC_URI += "file://uclibc.patch \
file://crossfix.patch \
+ file://crossfix-mklib.patch \
"
SRC_URI[md5sum] = "ff03aca82d0560009a076a87c888cf13"
SRC_URI[sha256sum] = "f8bf37a00882840a3e3d327576bc26a79ae7f4e18fe1f7d5f17a5b1c80dd7acf"