summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-10-21 15:00:01 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-28 09:36:02 +0100
commite3b8e1ea5c6004e1858e2e41d0fb15bfbe51f566 (patch)
treed6893f89356f4ac5691012e48b436d6a348eaf2e /recipes-core
parentf463f754048ebc3325025f0e1506b03cf14203a5 (diff)
fs-init.bb: follow e2fsprogs package split
With fido e2fsprogs did split out the package e2fsprogs-resize2fs. RRECOMMEND it so that it gets picked up during rootfs creation.
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/fs-init/fs-init.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/fs-init/fs-init.bb b/recipes-core/fs-init/fs-init.bb
index e343285..a1fbf56 100644
--- a/recipes-core/fs-init/fs-init.bb
+++ b/recipes-core/fs-init/fs-init.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "Script to expand the rootfs to the full size of its partion, star
LICENSE = "PD"
PR = "r3"
+RRECOMMENDS_${PN} = "e2fsprogs-resize2fs"
+
SRC_URI = " \
file://resizefs.sh \
file://resizefs.service \