[yocto] [meta-selinux][PATCH] e2fsprogs: now depend on attr

Philip Tricca flihp at twobit.us
Fri Aug 21 13:49:12 PDT 2015


We probably don't need the comment since it's made clear by the DEPENDS
but other than that this LGTM.

Best,
Philip

On 08/18/2015 10:22 PM, jackie.huang at windriver.com wrote:
> From: Joe Slater <jslater at windriver.com>
> 
> Patches added by this bbappend make us depend on the attr
> package.
> 
> Signed-off-by: Joe Slater <jslater at windriver.com>
> Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> ---
>  recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend b/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend
> index d8de9da..e65df12 100644
> --- a/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend
> +++ b/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend
> @@ -1,5 +1,8 @@
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
> +# These patches make us depend on attr.
> +DEPENDS += "attr"
> +
>  SRC_URI += " \
>      file://misc-xattr-add-xattr-module-stub.patch \
>      file://mke2fs.c-create_inode.c-copy-xattrs.patch \
> 




More information about the yocto mailing list