]> code.ossystems Code Review - openembedded-core.git/commitdiff
e2fsprogs: Add ext3 headers to the exported list.
authorSamuel Ortiz <sameo@openedhand.com>
Tue, 14 Oct 2008 10:47:18 +0000 (10:47 +0000)
committerSamuel Ortiz <sameo@openedhand.com>
Tue, 14 Oct 2008 10:47:18 +0000 (10:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5490 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/e2fsprogs/e2fsprogs_1.41.2.bb

index df9c030a51227ead45dc68990191424910a3f022..4e4d372604c4d7068d1dfc998069bd933a43e9f0 100644 (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 () {