From patchwork Thu Sep 20 08:02:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: refresh patch used to sync with upstream, suggested by Thomas Petazzoni From: Waldemar Brodkorb X-Patchwork-Id: 185356 Message-Id: <20120920080220.GA5031@waldemar-brodkorb.de> To: buildroot@busybox.net Date: Thu, 20 Sep 2012 10:02:20 +0200 Hi, update patch used to sync with upstream kconfig. Signed-off-by: Waldemar Brodkorb Signed-off-by: Waldemar Brodkorb --- 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