e2fsprogs: Add ext3 headers to the exported list.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5490 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2008-10-14 10:47:18 +00:00
parent eacf14f204
commit b7180969ea

View File

@@ -1,6 +1,6 @@
require e2fsprogs.inc
PR = "r9"
PR = "r10"
S = "${WORKDIR}/e2fsprogs-${PV}"
@@ -17,7 +17,7 @@ do_compile_prepend () {
ext2fsheaders = "ext2_ext_attr.h bitops.h ext2_err.h \
ext2_types.h ext2_fs.h ext2_io.h \
ext2fs.h"
ext2fs.h ext3_extents.h"
e2pheaders = "e2p.h"
do_stage () {