mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
util-linux is failing when compiling with: | configure: error: libmount_mountfd_support selected, but required mount FDs based API not available Remove this feature when building with the binary toolchain to avoid this issue. Acked-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2 lines
109 B
Plaintext
2 lines
109 B
Plaintext
PACKAGECONFIG:remove = "${@bb.utils.contains('TCMODE', 'external-arm', 'libmount-mountfd-support', '' , d)}"
|