[oe-commits] Martin Jansa : e-tasks, shr-launcher: remove links to autotools, which can be regenerated, touch dummy INSTALL file

git version control git at git.openembedded.org
Thu Dec 10 08:48:48 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 6e0172f360053c39bfad106592fbb55509167103
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6e0172f360053c39bfad106592fbb55509167103

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Dec 10 09:43:36 2009 +0100

e-tasks, shr-launcher: remove links to autotools, which can be regenerated, touch dummy INSTALL file

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/e17/e-tasks_svn.bb      |    5 +++--
 recipes/shr/shr-launcher_svn.bb |    5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes/e17/e-tasks_svn.bb b/recipes/e17/e-tasks_svn.bb
index 3e22013..9556e14 100644
--- a/recipes/e17/e-tasks_svn.bb
+++ b/recipes/e17/e-tasks_svn.bb
@@ -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() {
diff --git a/recipes/shr/shr-launcher_svn.bb b/recipes/shr/shr-launcher_svn.bb
index a9da5a6..807d3a2 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}"





More information about the Openembedded-commits mailing list