summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-20 23:10:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-22 11:51:04 +0100
commita9aa45ce9e5fd6cf7b38d2148a0f48b188f67430 (patch)
treefb6462be383218e04c4595d0ffc522091eb22bdc /meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
parentc9610a3e43c48712f08aca3040f97b42ffd28f96 (diff)
downloadpoky-a9aa45ce9e5fd6cf7b38d2148a0f48b188f67430.tar.gz
mesa-xlib, mesa-dri: Probe for newlocale() before using it.
(From OE-Core rev: 1a55faf994b30101026b6c8980023f213ee1db2c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
index b77df2c666..511103da39 100644
--- a/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
+++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
@@ -1,6 +1,9 @@
1include mesa-common.inc 1include mesa-common.inc
2 2
3FILESPATH =. "${FILE_DIRNAME}/mesa-dri:"
4
3SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ 5SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
6 file://uclibc.patch \
4 " 7 "
5 8
6SRC_URI[md5sum] = "f5de82852f1243f42cc004039e10b771" 9SRC_URI[md5sum] = "f5de82852f1243f42cc004039e10b771"
@@ -14,6 +17,6 @@ LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-nativ
14DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native" 17DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
15 18
16PE = "1" 19PE = "1"
17PR = "r0" 20PR = "r1"
18 21
19EXTRA_OECONF += "--with-driver=xlib" 22EXTRA_OECONF += "--with-driver=xlib"