SHA256
1
0
forked from pool/glibc

Accepting request 911264 from home:matz2:cross

- Add cross development packages for aarch64 and riscv64.

OBS-URL: https://build.opensuse.org/request/show/911264
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=602
This commit is contained in:
2021-08-11 12:09:30 +00:00
committed by Git OBS Bridge
parent a589b37fb7
commit acd6b8d9f3
4 changed files with 125 additions and 16 deletions

View File

@@ -18,3 +18,9 @@ addFilter("shared-lib-calls-exit")
# with glibc, therefore do not warn about them
addFilter("glibc.*no-manual-page-for-binary (getent|iconv|ldd|ldconfig|locale)")
addFilter("nscd.*no-manual-page-for-binary nscd")
# the cross..-devel packages contain everything, in non-std paths, so no
# ldconfig is wanted or needed (for sle-15 based trees), and we accept
# the *.so symlinks, and deliver (target) binaries
addFilter("cross.*library-without-ldconfig-post.*")
addFilter("cross.*non-devel-file-in-devel-package.*")
addFilter("cross.*arch-independent-package-contains-binary-or-object.*")