e2fsprogs: Add dependency on linux-libc-headers.

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

Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Philip Tricca 2015-08-23 22:35:22 +00:00 committed by Joe MacDonald
parent 4f81a46e31
commit a3b533e32a

View File

@ -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 \