From 5661d8cb7849df62358368743134c0aaf523965e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 6 Jan 2016 18:04:23 +0000 Subject: image: Really remove lockfiles flag This was supposed to be removed by a previous patch but was readded. Really remove it. Signed-off-by: Richard Purdie --- meta/classes/image.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/image.bbclass') diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 81971fefef..e3769b4725 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -249,7 +249,6 @@ fakeroot python do_rootfs () { create_image(d) } do_rootfs[dirs] = "${TOPDIR}" -do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" do_rootfs[cleandirs] += "${S}" do_rootfs[umask] = "022" addtask rootfs before do_build -- cgit 1.2.3-korg