Re: [OE-core] [PATCH] mtd-utils: add acl dependency

2015-08-27 Thread Pushpal Sidhu
I see that there is a pending patch posted today to address this (subject: OE-core] [PATCH 1/1] mtd-utils: add xattr PACKAGECONFIG and fix acl dependency). Sorry for the noise. - Pushpal On Thu, Aug 27, 2015 at 3:22 PM, Pushpal Sidhu wrote: > Without this DEPEND, build will break for mtd-utils-u

[OE-core] [PATCH] mtd-utils: add acl dependency

2015-08-27 Thread Pushpal Sidhu
Without this DEPEND, build will break for mtd-utils-ubifs as shown below: ... CC mkfs.jffs2.o mkfs.jffs2.c:70:21: fatal error: sys/acl.h: No such file or directory #include This was introduced in commit cbf8dcc9f326faca0fbc8efe52f2920022576631 when reintroducing xattr support. Sign