package/mtd: add host-acl dependency for host
authorAntoine Tenart <antoine.tenart@bootlin.com>
Thu, 8 Oct 2020 09:08:35 +0000 (11:08 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 8 Oct 2020 19:47:59 +0000 (21:47 +0200)
commitc3902e6e2e8ff5fe6a516b060819c60951c406f4
tree99e42af6877d5d0a05a74b5805545fcaef683b51
parentdbdcf5c76f98eda8aa388ed5548278190e59dd56
package/mtd: add host-acl dependency for host

When compiling the host version of mtd, --with-jffs and --with-ubifs are
always set, meaning --with-xattr is set by default. The xattr support
only work if 'sys/acl.h' is available, otherwise the feature is silently
dropped (a warning is shown during the configuration step).

This patch adds a dependency on host-acl for host-mtd, so that the xattr
feature is correctly supported. Logic to have xattr support is already
there and working for the non-host flavour.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mtd/mtd.mk