diff options
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index b0805dc329..6ce3e5d908 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
@@ -89,8 +89,9 @@ fakeroot rootfs_ipk_do_rootfs () { | |||
89 | ${ROOTFS_POSTPROCESS_COMMAND} | 89 | ${ROOTFS_POSTPROCESS_COMMAND} |
90 | 90 | ||
91 | if ${@base_contains("IMAGE_FEATURES", "read-only-rootfs", "true", "false" ,d)}; then | 91 | if ${@base_contains("IMAGE_FEATURES", "read-only-rootfs", "true", "false" ,d)}; then |
92 | if [ -n "$(delayed_postinsts)" ]; then | 92 | delayed_postinsts="$(delayed_postinsts)" |
93 | bberror "Some packages could not be configured offline and rootfs is read-only." | 93 | if [ -n "$delayed_postinsts" ]; then |
94 | bberror "The following packages could not be configured offline and rootfs is read-only: $delayed_postinsts" | ||
94 | exit 1 | 95 | exit 1 |
95 | fi | 96 | fi |
96 | fi | 97 | fi |