From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/glibc/glibc-2.3.2/glibcbug.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes/glibc/glibc-2.3.2/glibcbug.patch (limited to 'recipes/glibc/glibc-2.3.2/glibcbug.patch') diff --git a/recipes/glibc/glibc-2.3.2/glibcbug.patch b/recipes/glibc/glibc-2.3.2/glibcbug.patch new file mode 100644 index 0000000000..6005b79dbd --- /dev/null +++ b/recipes/glibc/glibc-2.3.2/glibcbug.patch @@ -0,0 +1,22 @@ +--- glibcbug.in.orig Fri Jan 11 08:28:28 2002 ++++ glibcbug.in Thu Jan 10 21:32:31 2002 +@@ -99,3 +99,5 @@ + else + EDIT="$VISUAL" + fi ++# Ensure the editor exists ++command -v "$EDIT" > /dev/null 2>&1 || EDIT=sensible-editor + + # Find out some information. + SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \ +--- glibcbug.in 1999/05/13 10:22:38 1.17 ++++ glibcbug.in 1999/06/02 12:00:43 +@@ -43,7 +43,7 @@ + + BUGADDR=${1-$BUGGLIBC} + +-: ${EDITOR=emacs} ++: ${EDITOR=sensible-editor} + + : ${USER=${LOGNAME-`whoami`}} + -- cgit v1.2.3