Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] refresh patch used to sync with upstream, suggested by Thomas Petazzoni
@ 2012-09-20  8:02 Waldemar Brodkorb
  2012-09-30 16:42 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2012-09-20  8:02 UTC (permalink / raw)
  To: buildroot

Hi,

update patch used to sync with upstream kconfig.

Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
---
 support/kconfig/patches/11-use-mktemp-for-lxdialog.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch b/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch
index 21ca228..7a731c1 100644
--- a/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch
+++ b/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch
@@ -11,7 +11,7 @@ Index: config/lxdialog/check-lxdialog.sh
  
  # Temp file, try to clean up after us
 -tmp=.lxdialog.tmp
-+tmp=$(mktemp)
++tmp=$(mktemp -t yyy)
  trap "rm -f $tmp" 0 1 2 3 15
  
  # Check if we can link to ncurses
-- 
1.7.11.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-30 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20  8:02 [Buildroot] [PATCH] refresh patch used to sync with upstream, suggested by Thomas Petazzoni Waldemar Brodkorb
2012-09-30 16:42 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox