summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index ffe05c9040..af3f868be2 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -178,7 +178,7 @@ PSEUDO_PASSWD = "${IMAGE_ROOTFS}"
178 178
179do_rootfs[dirs] = "${TOPDIR}" 179do_rootfs[dirs] = "${TOPDIR}"
180do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" 180do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
181do_rootfs[cleandirs] += "${S} ${WORKDIR}/intercept_scripts" 181do_rootfs[cleandirs] += "${S}"
182 182
183# Must call real_do_rootfs() from inside here, rather than as a separate 183# Must call real_do_rootfs() from inside here, rather than as a separate
184# task, so that we have a single fakeroot context for the whole process. 184# task, so that we have a single fakeroot context for the whole process.