diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-08-25 21:30:12 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-26 12:34:02 -0700 |
commit | ea7c196b4097d64b4f42faccaf075334c297ba20 (patch) | |
tree | b22db61043472cb095046c34d0efa513bbb72355 /meta/classes/relocatable.bbclass | |
parent | cb247225a96d57e67ce32c5674bb13b703e30a7c (diff) | |
download | openembedded-core-ea7c196b4097d64b4f42faccaf075334c297ba20.tar.gz openembedded-core-ea7c196b4097d64b4f42faccaf075334c297ba20.tar.bz2 openembedded-core-ea7c196b4097d64b4f42faccaf075334c297ba20.tar.xz openembedded-core-ea7c196b4097d64b4f42faccaf075334c297ba20.zip |
multilib.bbclass: Fix renaming logic for "FILES_", "RDEPENDS_", etc
In the orignal logic, the renaming will not work for "FILES_" if defined
variables as:
PACKAGES = "${PN}"
FILES_abc = "/usr/include/abc.h"
It is because ${PN} is "lib64-abc" so it will not be contained in
pkgrename.
This commit enumerates all element in PACKAGES, getting the original
packages and multilib packages, then doing renaming for "FILES_",
"RDEPENDS_", etc. This fixes a lot of missing files and incorrect
dependencies.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/classes/relocatable.bbclass')
0 files changed, 0 insertions, 0 deletions