]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/data_smart.py: Fix error where update-rc.d would not get added to the depende...
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 15 Dec 2009 22:13:52 +0000 (22:13 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 16 Dec 2009 08:39:47 +0000 (08:39 +0000)
commit459861b9c039cba764e3e453fa34d4d4a4566e4f
tree21b2d3e2c920d9ae5a9f3d16636ef94e1baf1088
parent71e21a72cd2b6cd6dedfa4779f5f2f4d8ad1f8e7
bitbake/data_smart.py: Fix error where update-rc.d would not get added to the dependency tree

If there was a variable such as:

X_${Y}_append = "Z"

The "Z" would be lost if X_${Y} was unset. This was due to a bug in the renameVar
function used by expandKeys().

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/data_smart.py