diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-03-29 14:52:32 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-30 17:43:22 +0200 |
commit | 7509e6b7cb9fa480b24fbd6757e7cb936b20bfce (patch) | |
tree | 0ea4d1576a2f6e285157d4c655c4ba43b823bfb2 | |
parent | bc13fe86a5b8f2c1aaa40bde39d7a2de1ccd48f3 (diff) |
debianutils: remove duplicate installation of tempfile.1 in preparation for automake 1.11.1
-rw-r--r-- | recipes/debianutils/debianutils_2.30.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/debianutils/debianutils_2.30.bb b/recipes/debianutils/debianutils_2.30.bb index a15c8079b5..800727d034 100644 --- a/recipes/debianutils/debianutils_2.30.bb +++ b/recipes/debianutils/debianutils_2.30.bb @@ -3,3 +3,7 @@ require debianutils.inc PR="r1" + +do_configure_prepend() { + sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am +} |