All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH] e2fsprogs: now depend on attr
@ 2015-08-19  5:22 jackie.huang
  2015-08-21 20:49 ` Philip Tricca
  0 siblings, 1 reply; 2+ messages in thread
From: jackie.huang @ 2015-08-19  5:22 UTC (permalink / raw)
  To: yocto

From: Joe Slater <jslater@windriver.com>

Patches added by this bbappend make us depend on the attr
package.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@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 \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-selinux][PATCH] e2fsprogs: now depend on attr
  2015-08-19  5:22 [meta-selinux][PATCH] e2fsprogs: now depend on attr jackie.huang
@ 2015-08-21 20:49 ` Philip Tricca
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Tricca @ 2015-08-21 20:49 UTC (permalink / raw)
  To: jackie.huang; +Cc: yocto

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@windriver.com wrote:
> From: Joe Slater <jslater@windriver.com>
> 
> Patches added by this bbappend make us depend on the attr
> package.
> 
> Signed-off-by: Joe Slater <jslater@windriver.com>
> Signed-off-by: Jackie Huang <jackie.huang@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 \
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-21 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19  5:22 [meta-selinux][PATCH] e2fsprogs: now depend on attr jackie.huang
2015-08-21 20:49 ` Philip Tricca

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.