From: Christopher Larson Date: Mon, 31 Dec 2012 18:47:36 +0000 (-0600) Subject: copyleft_compliance: force the symlink creation X-Git-Tag: 2015-4~8136 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=74b82fd4cc3e5eec611800935f1c89db3bac9971;p=openembedded-core.git copyleft_compliance: force the symlink creation Signed-off-by: Christopher Larson Signed-off-by: Gilbert Coville Signed-off-by: Richard Purdie --- 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: