]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: re-run do_rootfs when feature packages change
authorChristopher Larson <chris_larson@mentor.com>
Mon, 24 Aug 2015 22:18:33 +0000 (15:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 11:34:18 +0000 (12:34 +0100)
commit9697d13e48633515b80b2ab9bab84ca54ce3ed48
treead1016fa4f4bfcf5ede9a69dc1c9d79c06a32e0c
parent4d8b993851d28909333d04166df592c8adc451aa
image.bbclass: re-run do_rootfs when feature packages change

Currently, FEATURE_PACKAGE_<feature> isn't in any vardeps, so changing the
packages for a feature won't change the checksum for do_rootfs. Rather than
explicitly adding those to vardeps, just use the expanded form of
FEATURE_INSTALL and FEATURE_INSTALL_OPTIONAL, so the actual list of packages
from the features goes into the checksum.

(From OE-Core rev: fdd1669e04bd8219344b1896b9d9c6a187e4f84e)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass