diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-26 11:06:24 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-26 18:15:11 -0700 |
| commit | a5f244bfbfbb5125804e9b3c6189b104d5771360 (patch) | |
| tree | e5a549f02845b377314a12f34b1a937537035407 /meta-oe/recipes-support | |
| parent | 8523e5f6eb1f8d82f1eded6c5f315d8f8588721d (diff) | |
| download | meta-openembedded-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.inc | 3 |
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" | |||
| 7 | inherit autotools pkgconfig binconfig | 7 | inherit autotools pkgconfig binconfig |
| 8 | 8 | ||
| 9 | LEAD_SONAME = "libgsl.so" | 9 | LEAD_SONAME = "libgsl.so" |
| 10 | |||
| 11 | # Uses fpu_control.h which is glibc only header see ieee-utils/fp-gnuppc.c | ||
| 12 | COMPATIBLE_HOST:libc-musl:powerpc = "null" | ||
