summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-03 18:04:15 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-05 11:32:33 +0000
commit49d62fd1247b234528b19366568ff9db514ef62e (patch)
tree5407ea781462328cb1793682d9ca611a49d41fdd
parentc052f282a778bc4d60a9dd2facc3afd225ce27e2 (diff)
downloadmeta-freescale-49d62fd1247b234528b19366568ff9db514ef62e.tar.gz
cairo: Ignore undef symbols on musl with imxgpu
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b5bd73c5f845ee14c4baa0f5235381b88dbcc4f5)
-rw-r--r--recipes-graphics/cairo/cairo_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index 2c73c7f3..245adb59 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -1,2 +1,8 @@
1PACKAGECONFIG:append:imxgpu3d = " egl glesv2" 1PACKAGECONFIG:append:imxgpu3d = " egl glesv2"
2PACKAGECONFIG:remove:imxgpu3d = "opengl" 2PACKAGECONFIG:remove:imxgpu3d = "opengl"
3
4# links with imx-gpu libs which are pre-built for glibc
5# gcompat will address it during runtime
6LDFLAGS:append:imxgpu3d:libc-musl = " -Wl,--allow-shlib-undefined"
7LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"
8