diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-12-02 12:20:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-05 22:42:48 +0000 |
commit | 145de26a7415357a08bcdbc0307b5a60e2ad1420 (patch) | |
tree | 60d18ff0623dc407f412179e41c049ef54b0a6fa /meta/recipes-graphics/mesa/mesa-common.inc | |
parent | 971c2042351c039b1d51f67e8e78749d0374d729 (diff) | |
download | openembedded-core-145de26a7415357a08bcdbc0307b5a60e2ad1420.tar.gz openembedded-core-145de26a7415357a08bcdbc0307b5a60e2ad1420.tar.bz2 openembedded-core-145de26a7415357a08bcdbc0307b5a60e2ad1420.zip |
mesa-dri, mesa-xlib: fix compilation with x32 toolchain
Add support for building with x32 toolchain.
Simplified the use of SRC_URI & S vars across multiple files.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index df035e6e27..59e8e6480d 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc @@ -15,8 +15,6 @@ LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1 INC_PR = "r13" PE = "2" -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2" -S = "${WORKDIR}/Mesa-${PV}" PROTO_DEPS = "xf86driproto glproto" LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" |