diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-31 16:22:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-31 16:22:14 +0000 |
commit | eed008baf2a9ebdfe90d244208e85a7713e97700 (patch) | |
tree | a4988d0adb3529c55f4e65c24fda154f73669879 /documentation/tools | |
parent | eb879e2ef815a7931fa76db6b12681eff57d9d02 (diff) | |
download | openembedded-core-eed008baf2a9ebdfe90d244208e85a7713e97700.tar.gz openembedded-core-eed008baf2a9ebdfe90d244208e85a7713e97700.tar.bz2 openembedded-core-eed008baf2a9ebdfe90d244208e85a7713e97700.tar.xz openembedded-core-eed008baf2a9ebdfe90d244208e85a7713e97700.zip |
package.bbclass: Disable EXPORT_FUNCTIONS for do_package
As discovered by Lianhao Lu and Kevin Tian:
"""
do_package checksum changes with switching the order In PACKAGE_CLASSES, e.g:
From
PACKAGE_CLASSES = "package_rpm package_ipk"
To
PACKAGE_CLASSES = "package_ipk package_rpm"
This is undesired since the order only matters for final rootfs generation. The actual
cause is related to how do_package is generated, which depends on when
package.bbclass is first brought in.
"""
Since we never need the EXPORT_FUNCTIONS funcationality for do_package we just drop
it which removes this problem and stablisised checksums.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/tools')
0 files changed, 0 insertions, 0 deletions