diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-03 17:13:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-03 17:13:11 -0700 |
commit | 28375a29dd12e98bf536fb8de32d02c705fe6fdc (patch) | |
tree | af95ed28e57c2243fd0eda5e239b0dcf0f0c33b7 /recipes-graphics/imx-gpu-viv | |
parent | d942acf911f2577e081e74cf0f7578ca5221d579 (diff) | |
download | meta-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.bb | 3 |
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 @@ | |||
1 | require imx-gpu-viv-6.inc | 1 | require imx-gpu-viv-6.inc |
2 | 2 | ||
3 | DEPENDS:append:libc-musl = " gcompat" | ||
4 | INSANE_SKIP:append:libc-musl = " file-rdeps" | ||
5 | |||
3 | SRC_URI[md5sum] = "22de8a5f59a56a7ef499f590d1659b6f" | 6 | SRC_URI[md5sum] = "22de8a5f59a56a7ef499f590d1659b6f" |
4 | SRC_URI[sha256sum] = "52921c0b59529f1598084e991eda1863100754f28a7744ba958158dff8074b3b" | 7 | SRC_URI[sha256sum] = "52921c0b59529f1598084e991eda1863100754f28a7744ba958158dff8074b3b" |
5 | 8 | ||