aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-26 11:06:24 -0700
committerKhem Raj <raj.khem@gmail.com>2022-03-26 18:15:11 -0700
commita5f244bfbfbb5125804e9b3c6189b104d5771360 (patch)
treee5a549f02845b377314a12f34b1a937537035407 /meta-oe/recipes-support
parent8523e5f6eb1f8d82f1eded6c5f315d8f8588721d (diff)
downloadmeta-openembedded-contrib-a5f244bfbfbb5125804e9b3c6189b104d5771360.tar.gz
gsl: Disable on musl/ppc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/gsl/gsl.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gsl/gsl.inc b/meta-oe/recipes-support/gsl/gsl.inc
index 0dd197efa4..d0fa9344eb 100644
--- a/meta-oe/recipes-support/gsl/gsl.inc
+++ b/meta-oe/recipes-support/gsl/gsl.inc
@@ -7,3 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
inherit autotools pkgconfig binconfig
LEAD_SONAME = "libgsl.so"
+
+# Uses fpu_control.h which is glibc only header see ieee-utils/fp-gnuppc.c
+COMPATIBLE_HOST:libc-musl:powerpc = "null"