diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-11-12 23:55:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-25 08:18:13 +0000 |
commit | bcc548c750fb665b1ee3ca96c421e097804b2f67 (patch) | |
tree | e39c95fa260e0275eaa15d544e64417a9d3c584e /meta/classes/logging.bbclass | |
parent | ccd2f54d5e0361314eaa96774404e8ba8f10ae65 (diff) | |
download | poky-bcc548c750fb665b1ee3ca96c421e097804b2f67.tar.gz |
license.bbclass: hardlink requires write permission
Fixed:
* The os.link() reqiures write permission on the src file (suppose the
src file belongs to another user, then you need write permission to harlink to
it since the link count would change)
* Print more info when failed to copy
The warning was like:
WARNING: Could not copy license file COPYING: [Errno 1] Operation not permitted
We couldn't know which recipe print the warning from this message.
(From OE-Core rev: ebc185186c36fe839008d94dbfb779383df960c7)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/logging.bbclass')
0 files changed, 0 insertions, 0 deletions