dpkg, opkg, rpm-postinsts: avoid repackaging when changing IMAGE_FEATURES
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Apr 2013 14:55:15 +0000 (15:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Apr 2013 15:13:58 +0000 (16:13 +0100)
commitffb46168a7f4a55bc5795c893cb3ede1c87dc8b4
tree94f4eba6d61a289730b2ce530ee945c6e1fa309e
parent9592aa983ca72fe98e2a350ed89ccad75fd69b35
dpkg, opkg, rpm-postinsts: avoid repackaging when changing IMAGE_FEATURES

Recipes cannot depend on the value of IMAGE_FEATURES; in this case the
result is do_package task signatures changing every time IMAGE_FEATURES
changes, causing a large number of task re-executions. The
implementation of the log capturing really needs to be changed to
capture these in a different place and possibly not even conditional
upon IMAGE_FEATURES at all, but this will be invasive at this point in
the development cycle. For now, remove the variable dependencies to fix
the immediate problem.

Fixes [YOCTO #4246].

(From OE-Core rev: b4fbe4095de447ef4e426128bafaf8a292fa63e1)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg.inc
meta/recipes-devtools/opkg/opkg.inc
meta/recipes-devtools/rpm/rpm-postinsts.bb