update-alternatives.bbclass: don't expand var when appending do_install
authorKevin Tian <kevin.tian@intel.com>
Sun, 21 Nov 2010 02:32:50 +0000 (10:32 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Sun, 21 Nov 2010 18:17:24 +0000 (18:17 +0000)
commitcd608fbeb36f6b71e17581379d4c48feddc2391b
tree2076d44bac6d8557c8ce4b588d808107b5dde4b4
parentb94eb5f983aca840bea651d687088eb2ab8df996
update-alternatives.bbclass: don't expand var when appending do_install

Or else absolute paths may be expanded which then breaks sstate signature
comparison.

I'm not sure whether pre/post funcs can be expanded or not. They are
invoked at image build or on the target, and thus need be expanded some
place. But if one recipe does use directories under TMP in its postinst
helpers, this would be an issue again.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/classes/update-alternatives.bbclass