summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-17 10:09:49 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-20 23:52:02 +0000
commitc18781182d168536a22b1625a06f052fc1c3a4dd (patch)
treea66f2f573a66e3efc6a6d83fc1ba6a18f3ff515e
parent047fb6c66a27bbc7fd6f591a1d068731d7cd58de (diff)
downloadmeta-freescale-c18781182d168536a22b1625a06f052fc1c3a4dd.tar.gz
harfbuzz: Fix build with musl on imxgpu machines
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3159282461d2b251ad5d3f09d1ca0196d2b548c1)
-rw-r--r--recipes-graphics/harfbuzz/harfbuzz_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/harfbuzz/harfbuzz_%.bbappend b/recipes-graphics/harfbuzz/harfbuzz_%.bbappend
new file mode 100644
index 00000000..bf8c38fc
--- /dev/null
+++ b/recipes-graphics/harfbuzz/harfbuzz_%.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"