summaryrefslogtreecommitdiffstats
path: root/recipes/debianutils
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-03-29 14:52:32 -0700
committerKoen Kooi <koen@openembedded.org>2010-03-30 17:43:22 +0200
commit7509e6b7cb9fa480b24fbd6757e7cb936b20bfce (patch)
tree0ea4d1576a2f6e285157d4c655c4ba43b823bfb2 /recipes/debianutils
parentbc13fe86a5b8f2c1aaa40bde39d7a2de1ccd48f3 (diff)
downloadopenembedded-7509e6b7cb9fa480b24fbd6757e7cb936b20bfce.tar.gz
debianutils: remove duplicate installation of tempfile.1 in preparation for automake 1.11.1
Diffstat (limited to 'recipes/debianutils')
-rw-r--r--recipes/debianutils/debianutils_2.30.bb4
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
+}