From patchwork Mon Dec 31 18:47:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] copyleft_compliance: force the symlink creation Date: Mon, 31 Dec 2012 18:47:36 -0000 From: Gilbert Coville X-Patchwork-Id: 41843 Message-Id: <1356979656-998-2-git-send-email-gilbert_coville@mentor.com> To: openembedded-core@lists.openembedded.org Cc: Christopher Larson From: Christopher Larson Signed-off-by: Christopher Larson Signed-off-by: Gilbert Coville --- meta/classes/copyleft_compliance.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/copyleft_compliance.bbclass b/meta/classes/copyleft_compliance.bbclass index 786cf1e..06b0227 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: