summaryrefslogtreecommitdiffstats
path: root/meta/classes/copyleft_compliance.bbclass
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2012-12-31 12:47:36 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 14:43:24 +0000
commitaf19d889ef320f9625aae42eed6688b5cc739793 (patch)
tree7d16ac99c5d2bdab94a4ae1ce426fed896ef9ddd /meta/classes/copyleft_compliance.bbclass
parentdb51e36b8e8c96d087d1223ec32f9ad62901ee6f (diff)
downloadopenembedded-core-contrib-af19d889ef320f9625aae42eed6688b5cc739793.tar.gz
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>
Diffstat (limited to 'meta/classes/copyleft_compliance.bbclass')
-rw-r--r--meta/classes/copyleft_compliance.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/copyleft_compliance.bbclass b/meta/classes/copyleft_compliance.bbclass
index 786cf1e9c7..06b02278d3 100644
--- a/meta/classes/copyleft_compliance.bbclass
+++ b/meta/classes/copyleft_compliance.bbclass
@@ -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: