git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc13fe8
)
debianutils: remove duplicate installation of tempfile.1 in preparation for automake...
author
Steve Sakoman
<steve@sakoman.com>
Mon, 29 Mar 2010 21:52:32 +0000
(14:52 -0700)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 30 Mar 2010 15:43:22 +0000
(17:43 +0200)
recipes/debianutils/debianutils_2.30.bb
patch
|
blob
|
history
diff --git
a/recipes/debianutils/debianutils_2.30.bb
b/recipes/debianutils/debianutils_2.30.bb
index
a15c807
..
800727d
100644
(file)
--- 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
+}