diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-02-12 18:36:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-12 18:36:36 +0000 |
commit | 862c6130a58a6c87c69d2d937e66f434b9b001e0 (patch) | |
tree | e551a77d843917dac8d0e13e4c91088f5e6caf3b /README | |
parent | ef7b99ecfed9f4a3f5064bc0c945dda789e1a7d6 (diff) |
Fix package name renaming for classes like debian.bbclass:
package.bbclass now tracks any package renaming performed using PKG_*.
When a package is built, the runtime variables are translated using
this cached information which is stored in staging.
From now on, only use package names are valid in runtime variables like
RDEPENDS, RRECOMMENDS and RSUGGESTS. eg. fontconfig-dev is correct,
libfontconfig-dev would be wrong.
As debian.bbclass can't determine package renaming until after a
package's contents is known, the class has to set BUILD_ALL_DEPS = "1".
This also means OE is no longer forced into one package renaming scheme.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions