diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-04-16 13:57:12 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-21 10:52:41 -0700 |
| commit | 85612628ba79f739273fd39e046abe64d16cdafa (patch) | |
| tree | 9acf53e8e894e7a80bfad8aba39ba4d25af8d527 /meta-oe/recipes-multimedia/libjxl | |
| parent | 2776bca3458d2ca1c1928a05452550815bb37e13 (diff) | |
| download | meta-openembedded-85612628ba79f739273fd39e046abe64d16cdafa.tar.gz | |
libjxl: drop -mfp16-format=ieee
* causes qemuarm failure as shown in:
http://errors.yoctoproject.org/Errors/Details/761504/
and reported in:
https://lists.openembedded.org/g/openembedded-devel/message/109812
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/libjxl')
| -rw-r--r-- | meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb index 142b283614..eced6c7726 100644 --- a/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb +++ b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.2.bb | |||
| @@ -37,7 +37,3 @@ PACKAGECONFIG[gimp] = "-DJPEGXL_ENABLE_PLUGIN_GIMP210=ON,-DJPEGXL_ENABLE_PLUGIN_ | |||
| 37 | PACKAGECONFIG[mime] = "-DJPEGXL_ENABLE_PLUGIN_MIME=ON,-DJPEGXL_ENABLE_PLUGIN_MIME=OFF" | 37 | PACKAGECONFIG[mime] = "-DJPEGXL_ENABLE_PLUGIN_MIME=ON,-DJPEGXL_ENABLE_PLUGIN_MIME=OFF" |
| 38 | 38 | ||
| 39 | FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}" | 39 | FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}" |
| 40 | |||
| 41 | CXXFLAGS:append:arm = " -mfp16-format=ieee" | ||
| 42 | # Option not supported with clang and its default format for __fp16 anyway with clang | ||
| 43 | CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee" | ||
