aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_10.4.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-06 17:36:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-09 19:48:04 +0100
commit7dcd8f532fef71e711bf11a00f0e246a36b6138a (patch)
treee674e4a61e5d290cefc022d8e25388f108b2cd02 /meta/recipes-graphics/mesa/mesa_10.4.4.bb
parent5dc86b1a45581e2b6ae845b818e2323645c9cff4 (diff)
downloadopenembedded-core-contrib-7dcd8f532fef71e711bf11a00f0e246a36b6138a.tar.gz
mesa: Fix building with musl
backport needed patches add a patch to use _NP macros only on glibc based linux and not on all linux Change-Id: Ib43bec9d222856f8e7acb9f0143b406517f049c8 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_10.4.4.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_10.4.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_10.4.4.bb b/meta/recipes-graphics/mesa/mesa_10.4.4.bb
index 8140411752..8472408001 100644
--- a/meta/recipes-graphics/mesa/mesa_10.4.4.bb
+++ b/meta/recipes-graphics/mesa/mesa_10.4.4.bb
@@ -1,6 +1,9 @@
require ${BPN}.inc
-SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2"
+SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
+ file://0001-PTHREAD_MUTEX_RECURSIVE_NP-is-specific-to-glibc.patch \
+ file://0002-mesa-simplify-detection-of-fpclassify.patch \
+ "
SRC_URI[md5sum] = "62faf98ac79c5587f8e917e187419e6c"
SRC_URI[sha256sum] = "f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c"