summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 () {
45 if os.path.exists(tarball_path): 45 if os.path.exists(tarball_path):
46 local = tarball_path 46 local = tarball_path
47 47
48 os.symlink(local, os.path.join(dest, os.path.basename(local))) 48 oe.path.symlink(local, os.path.join(dest, os.path.basename(local)), force=True)
49 49
50 patches = src_patches(d) 50 patches = src_patches(d)
51 for patch in patches: 51 for patch in patches: