mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 21:09:04 +02:00
packagegroup-fsl-mfgtool: Add e2fsprogs-e2fsck in extfs feature
When 'extfs' support is enabled, e2fsprogs-e2fsck should be included as well so filesystem consistency can be executed during the installation process. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
fe4d173a79
commit
6ff2935e0a
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2014 O.S. Systems Software LTDA.
|
# Copyright (C) 2014, 2015 O.S. Systems Software LTDA.
|
||||||
|
|
||||||
SUMMARY = "Freescale Manufacturing Tool requirements"
|
SUMMARY = "Freescale Manufacturing Tool requirements"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
@ -44,4 +44,5 @@ RDEPENDS_${PN}-mtd = " \
|
||||||
RDEPENDS_${PN}-extfs = " \
|
RDEPENDS_${PN}-extfs = " \
|
||||||
${PN}-base \
|
${PN}-base \
|
||||||
e2fsprogs-mke2fs \
|
e2fsprogs-mke2fs \
|
||||||
|
e2fsprogs-e2fsck \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user