]> code.ossystems Code Review - openembedded-core.git/commit
meta/lib/oe/rootfs.py: do not execute defer_to_first_boot when processing postinst_in...
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 29 Jan 2018 12:01:30 +0000 (14:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jan 2018 23:08:12 +0000 (23:08 +0000)
commit939f7f1a06cd2db05aeb5e75a66322314e10aa6d
tree4ee286fd48e80c4352dfbe58f8f36a6928f964e8
parent4612291411ad788df88d5fc6dde98ff53fd91002
meta/lib/oe/rootfs.py: do not execute defer_to_first_boot when processing postinst_intercept hooks

That hook is empty, and doesn't need to be executed; it merely indicates that packages
that have used it are requesting to defer their postinst scripts to first boot
unconditionally.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py