diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-17 10:09:49 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-19 14:07:27 -0700 |
commit | 3159282461d2b251ad5d3f09d1ca0196d2b548c1 (patch) | |
tree | 9b77f8e375e23108180ea6f806c0c3a191c13099 | |
parent | fa4112e43fc4edc4a8521eddd459606328be647e (diff) | |
download | meta-freescale-3159282461d2b251ad5d3f09d1ca0196d2b548c1.tar.gz |
harfbuzz: Fix build with musl on imxgpu machines
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-graphics/harfbuzz/harfbuzz_%.bbappend | 5 |
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 | ||
3 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" | ||
4 | |||
5 | RDEPENDS:${PN}:append:imxgpu:libc-musl = " gcompat" | ||