[yocto] [meta-selinux][PATCH 2/2] e2fsprogs: Add dependency on linux-libc-headers.

Philip Tricca flihp at twobit.us
Sun Aug 23 15:35:22 PDT 2015


We require these headers for some constants that define the xattr
namespaces.

Signed-off-by: Philip Tricca <flihp at twobit.us>
---
 recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend b/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend
index d8de9da..2a64e21 100644
--- a/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend
+++ b/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+DEPENDS += "linux-libc-headers"
+
 SRC_URI += " \
     file://misc-xattr-add-xattr-module-stub.patch \
     file://mke2fs.c-create_inode.c-copy-xattrs.patch \
-- 
2.1.4




More information about the yocto mailing list