copyleft_compliance: force the symlink creation

(From OE-Core rev: 74b82fd4cc3e5eec611800935f1c89db3bac9971)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Christopher Larson 2012-12-31 12:47:36 -06:00 committed by Richard Purdie
parent db51e36b8e
commit af19d889ef
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ python do_prepare_copyleft_sources () {
if os.path.exists(tarball_path):
local = tarball_path
os.symlink(local, os.path.join(dest, os.path.basename(local)))
oe.path.symlink(local, os.path.join(dest, os.path.basename(local)), force=True)
patches = src_patches(d)
for patch in patches: