]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: track ROOTFS_POSTUNINSTALL_COMMAND in do_rootfs vardeps
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 15 Mar 2016 13:11:07 +0000 (14:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:55 +0000 (22:57 +0000)
commit66b461ce9df7ed06d7651b9b54a49a950b97a1d4
treeea7fc947ac404cc988d6cf6e640a80086d429e69
parent20038e0e13685ebc6fcbbbb2d96695670e33e3e3
image.bbclass: track ROOTFS_POSTUNINSTALL_COMMAND in do_rootfs vardeps

The list of variables influencing do_rootfs was not updated when
introducing ROOTFS_POSTUNINSTALL_COMMAND. As a result, making changes
in commands listed there or the variables they depend on did not trigger
a re-run of do_rootfs.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image.bbclass