summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \