aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-12-10 09:43:36 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-12-10 09:46:04 +0100
commit6e0172f360053c39bfad106592fbb55509167103 (patch)
tree07fadea3fc56355a0190f075fcd3269a7ca84034 /recipes/shr
parenta1d152d4f5e12a3d394e8f8a27264897209b3916 (diff)
downloadopenembedded-6e0172f360053c39bfad106592fbb55509167103.tar.gz
e-tasks, shr-launcher: remove links to autotools, which can be regenerated, touch dummy INSTALL file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/shr-launcher_svn.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/shr/shr-launcher_svn.bb b/recipes/shr/shr-launcher_svn.bb
index a9da5a6d37..807d3a2cea 100644
--- a/recipes/shr/shr-launcher_svn.bb
+++ b/recipes/shr/shr-launcher_svn.bb
@@ -11,8 +11,9 @@ PR = "r4"
SRC_URI = "svn://shr-launcher.googlecode.com/svn/trunk;module=.;proto=http"
do_configure_prepend() {
- rm -f ${S}/config.log
- rm -f ${S}/config.status
+ # all links to /usr/share/automake-1.10/
+ rm -f ${S}/depcomp ${S}/config.guess ${S}/config.sub ${S}/INSTALL ${S}/install-sh ${S}/missing
+ touch ${S}/INSTALL
}
S = "${WORKDIR}"