summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-viv
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-03 17:13:11 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-03 17:13:11 -0700
commit28375a29dd12e98bf536fb8de32d02c705fe6fdc (patch)
treeaf95ed28e57c2243fd0eda5e239b0dcf0f0c33b7 /recipes-graphics/imx-gpu-viv
parentd942acf911f2577e081e74cf0f7578ca5221d579 (diff)
downloadmeta-freescale-28375a29dd12e98bf536fb8de32d02c705fe6fdc.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>
Diffstat (limited to 'recipes-graphics/imx-gpu-viv')
-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