summaryrefslogtreecommitdiff
path: root/recipes-devtools/e2fsprogs/e2fsprogs_%.bbappend
blob: 106aacc994c459311e4634e94312c41939017d0f (plain)
1
2
3
4
# By default e2fsprogs intalls hardlinks for fsck.ext2, fsck.etx3 ... and
# other utilities which sometime leads to problems in initramfs image.
# For unknown reasons sometimes fsck.ext2, etc. files have 0 size.
EXTRA_OECONF += "--enable-symlink-install"