From e3b8e1ea5c6004e1858e2e41d0fb15bfbe51f566 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 21 Oct 2015 15:00:01 +0200 Subject: 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. --- recipes-core/fs-init/fs-init.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core') 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 \ -- cgit v1.2.3