diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-10-31 16:59:43 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:14 +0000 |
commit | c4d3b1e9c37b920444e53d3231552da18d101882 (patch) | |
tree | 7815c8fa06ac07e8c6d2dcfda4f1748767341aeb /meta/classes/patch.bbclass | |
parent | bba18cdce6fb6c5ff2f7161198d46607a72747d6 (diff) | |
download | openembedded-core-c4d3b1e9c37b920444e53d3231552da18d101882.tar.gz openembedded-core-c4d3b1e9c37b920444e53d3231552da18d101882.tar.bz2 openembedded-core-c4d3b1e9c37b920444e53d3231552da18d101882.zip |
classes/license: fix handling of symlinks pointed to in LIC_FILES_CHKSUM
If you set LIC_FILES_CHKSUM to point to a relative symlink then you'll
get "Could not copy license file" warnings in copy_license_files() since
the symlink won't be valid after it's copied. If the source is a symlink
then we need to dereference it first.
I encountered this when I used recipetool on the sources for capnproto,
where the c++ directory contains a LICENSE.txt symlink to the LICENSE
file in the parent directory, and this symlink ends up being pointed to
in LIC_FILES_CHKSUM.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/patch.bbclass')
0 files changed, 0 insertions, 0 deletions