From 53a5bbc0574d96a2c3ff76295ea549afa27dd129 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 26 Aug 2013 18:30:44 +0100 Subject: 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 --- recipes-opie/opie-taskbar/opie-taskbar.inc | 4 ++-- 1 file 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" -- cgit 1.2.3-korg