]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
siggen: ensure nostamp tasks force dependent tasks to re-execute
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 19 Dec 2014 10:20:29 +0000 (10:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Dec 2014 17:29:00 +0000 (17:29 +0000)
commit73498afc3d45beede5b8f24a9acd523a1663b793
tree0cc59df8f54d56dc5a53f17bb5003b2156cf849d
parent18cd0ce6a55c9065c3f1bf223b47d817b5efcd8f
siggen: ensure nostamp tasks force dependent tasks to re-execute

If a nostamp task is depended on by a non-nostamp task, then we want the
signature of that task to change such that it re-executes afterwards.
This is an unusual situation, but we want this to work in OE in
externalsrc.bbclass so that compilation happens every time it is
requested.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/siggen.py