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:
Otavio Salvador 2015-07-27 15:36:03 -03:00
parent fe4d173a79
commit 6ff2935e0a

View File

@ -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"
LICENSE = "MIT"
@ -44,4 +44,5 @@ RDEPENDS_${PN}-mtd = " \
RDEPENDS_${PN}-extfs = " \
${PN}-base \
e2fsprogs-mke2fs \
e2fsprogs-e2fsck \
"