summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-03 17:13:11 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-05 11:32:33 +0000
commitc052f282a778bc4d60a9dd2facc3afd225ce27e2 (patch)
tree0fed011fe909fba6a3dc6926d29815e4ceac7f01
parenta1f9ebf7cf508ac11d2e5bd2b001fb3ffb6f156b (diff)
downloadmeta-freescale-c052f282a778bc4d60a9dd2facc3afd225ce27e2.tar.gz
imx-gpu-viv: Enable packaging with musl
gcompat provides a good wrapper to run glibc binaries on musl. However, the prebuilts cant escape glibc specific symbol versioning, therefore disable file-rdeps checks on musl. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 28375a29dd12e98bf536fb8de32d02c705fe6fdc)
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb
index de527cda..bd584dbe 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb
@@ -1,5 +1,8 @@
1require imx-gpu-viv-6.inc 1require imx-gpu-viv-6.inc
2 2
3DEPENDS:append:libc-musl = " gcompat"
4INSANE_SKIP:append:libc-musl = " file-rdeps"
5
3SRC_URI[md5sum] = "22de8a5f59a56a7ef499f590d1659b6f" 6SRC_URI[md5sum] = "22de8a5f59a56a7ef499f590d1659b6f"
4SRC_URI[sha256sum] = "52921c0b59529f1598084e991eda1863100754f28a7744ba958158dff8074b3b" 7SRC_URI[sha256sum] = "52921c0b59529f1598084e991eda1863100754f28a7744ba958158dff8074b3b"
5 8