diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-14 08:50:33 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-14 08:52:47 +0300 |
commit | efb8a460d2a977dbd481a0650fba8eb637c65bec (patch) | |
tree | eb7409f5d9117fdcea00a29b96db5134d5b962ea /meta-yocto | |
parent | a9f5bf0ed398bf9cb861feaa8b6fefd8645b1d09 (diff) | |
download | poky-efb8a460d2a977dbd481a0650fba8eb637c65bec.tar.gz |
package.bbclass: Fix sources contents
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=c376f1f49cea182a2887945840ab97a20970a373
fixed a valid issue where the sources file was accumulating information
and subsequent task runs of do_packacge were not cleaning it. The
fix is wrong however since we're removing the file within a loop.
This fix removes the file outside the loop ensuring it is not truncated
and contains the correct information.
(From OE-Core rev: a015881f2207aded601459ba3eebbefb0002b3c5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
0 files changed, 0 insertions, 0 deletions