summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-17 11:26:23 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-20 23:52:02 +0000
commitb975f469f571c2650d6ba2b0d66a792d655ae00a (patch)
tree629f8768e4a685568caca88a38ae67c1bdfeb188
parentc18781182d168536a22b1625a06f052fc1c3a4dd (diff)
downloadmeta-freescale-b975f469f571c2650d6ba2b0d66a792d655ae00a.tar.gz
pango: Fix build on musl on socs with imxgpu
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b193283531d05b436839cf66b0b5dca51c345d6d)
-rw-r--r--recipes-graphics/pango/pango_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/pango/pango_%.bbappend b/recipes-graphics/pango/pango_%.bbappend
new file mode 100644
index 00000000..bf8c38fc
--- /dev/null
+++ b/recipes-graphics/pango/pango_%.bbappend
@@ -0,0 +1,5 @@
1# links with imx-gpu libs which are pre-built for glibc
2# gcompat will address it during runtime
3LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"
4
5RDEPENDS:${PN}:append:imxgpu:libc-musl = " gcompat"