diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-17 11:26:23 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-19 14:08:16 -0700 |
commit | b193283531d05b436839cf66b0b5dca51c345d6d (patch) | |
tree | de5b47fdfa4ae9bb48817565d31a7b0d331ec75f | |
parent | 3159282461d2b251ad5d3f09d1ca0196d2b548c1 (diff) | |
download | meta-freescale-b193283531d05b436839cf66b0b5dca51c345d6d.tar.gz |
pango: Fix build on musl on socs with imxgpu
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-graphics/pango/pango_%.bbappend | 5 |
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 | ||
3 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" | ||
4 | |||
5 | RDEPENDS:${PN}:append:imxgpu:libc-musl = " gcompat" | ||