mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
e2fsprogs: move mke2fs.conf to e2fsprogs-mke2fs package
mke2fs.conf, which contains defaults for filesystem formatting options, ought to be shipped along with mke2fs itself. (From OE-Core rev: 8153b037411905e141350cc28f4351e21219a536) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a2eace2366
commit
2690ab375a
@@ -1,6 +1,6 @@
|
||||
require e2fsprogs.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI += "file://quotefix.patch \
|
||||
file://acinclude.m4"
|
||||
@@ -44,7 +44,7 @@ PACKAGES =+ "libcomerr libss libe2p libext2fs"
|
||||
FILES_e2fsprogs-blkid = "${base_sbindir}/blkid"
|
||||
FILES_e2fsprogs-fsck = "${base_sbindir}/fsck"
|
||||
FILES_e2fsprogs-e2fsck = "${base_sbindir}/e2fsck ${base_sbindir}/fsck.ext*"
|
||||
FILES_e2fsprogs-mke2fs = "${base_sbindir}/mke2fs ${base_sbindir}/mkfs.ext*"
|
||||
FILES_e2fsprogs-mke2fs = "${base_sbindir}/mke2fs ${base_sbindir}/mkfs.ext* ${sysconfdir}/mke2fs.conf"
|
||||
FILES_e2fsprogs-tune2fs = "${base_sbindir}/tune2fs ${base_sbindir}/e2label ${base_sbindir}/findfs"
|
||||
FILES_e2fsprogs-badblocks = "${base_sbindir}/badblocks"
|
||||
FILES_libcomerr = "${libdir}/libcom_err.so.*"
|
||||
|
||||
Reference in New Issue
Block a user