aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-26 18:30:44 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-26 20:13:42 +0100
commit53a5bbc0574d96a2c3ff76295ea549afa27dd129 (patch)
tree1042d7b45f93379cd699c2ebb33f294caa58897e
parent20849ef50168fe690626ab34a16afd7eab65b643 (diff)
downloadmeta-opie-53a5bbc0574d96a2c3ff76295ea549afa27dd129.tar.gz
opie-taskbar: fix re-execution of do_configure
If this function gets re-executed these links will exist, so use the -f option. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/opie-taskbar/opie-taskbar.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-opie/opie-taskbar/opie-taskbar.inc b/recipes-opie/opie-taskbar/opie-taskbar.inc
index 68f8d8f..45515c7 100644
--- a/recipes-opie/opie-taskbar/opie-taskbar.inc
+++ b/recipes-opie/opie-taskbar/opie-taskbar.inc
@@ -16,8 +16,8 @@ S = "${WORKDIR}/launcher"
inherit opie
do_configure_prepend() {
- ln -s ${WORKDIR}/calibrate ${S}/calibrate
- ln -s ${WORKDIR}/mediummount ${S}/mediummount
+ ln -sf ${WORKDIR}/calibrate ${S}/calibrate
+ ln -sf ${WORKDIR}/mediummount ${S}/mediummount
}
SECTIONS = "1Pim Applications Examples Games Opie-SH Python Settings"