e-tasks, shr-launcher: remove links to autotools, which can be regenerated, touch...
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 10 Dec 2009 08:43:36 +0000 (09:43 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 10 Dec 2009 08:46:04 +0000 (09:46 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/e17/e-tasks_svn.bb
recipes/shr/shr-launcher_svn.bb

index 3e22013..9556e14 100644 (file)
@@ -14,8 +14,9 @@ SRC_URI = "svn://e-tasks.googlecode.com/svn/trunk;module=.;proto=http"
 S = "${WORKDIR}"
 
 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
 }
 
 do_install_append() {
index a9da5a6..807d3a2 100644 (file)
@@ -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}"