浏览代码

arm-toolchain: remove libmount-mountfd-support when using binary toolchain

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>
Jon Mason 8 月之前
父节点
当前提交
ea21deb5e9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      meta-arm-toolchain/recipes-core/util-linux/util-linux_%.bbappend

+ 1 - 0
meta-arm-toolchain/recipes-core/util-linux/util-linux_%.bbappend

@@ -0,0 +1 @@
+PACKAGECONFIG:remove = "${@bb.utils.contains('TCMODE', 'external-arm', 'libmount-mountfd-support', '' , d)}"