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

Pushpal Sidhu psidhu at gateworks.com
Thu Aug 27 22:27:06 UTC 2015


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 <psidhu at gateworks.com> wrote:
> 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 <sys/acl.h>
>
> This was introduced in commit cbf8dcc9f326faca0fbc8efe52f2920022576631 when
> reintroducing xattr support.
>
> Signed-off-by: Pushpal Sidhu <psidhu at gateworks.com>
> ---
>  meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> index 8d4892a..72ce9ed 100644
> --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
> +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> @@ -5,7 +5,7 @@ LICENSE = "GPLv2+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>                      file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
>
> -DEPENDS = "zlib lzo e2fsprogs util-linux"
> +DEPENDS = "zlib lzo e2fsprogs util-linux acl"
>
>  PV = "1.5.1+git${SRCPV}"
>
> --
> 2.5.0
>



More information about the Openembedded-core mailing list