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 --- .../linux-uml/linux-uml-2.4.26/07-mconsole_dir_cleanup.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/linux-uml/linux-uml-2.4.26/07-mconsole_dir_cleanup.patch (limited to 'recipes/linux-uml/linux-uml-2.4.26/07-mconsole_dir_cleanup.patch') diff --git a/recipes/linux-uml/linux-uml-2.4.26/07-mconsole_dir_cleanup.patch b/recipes/linux-uml/linux-uml-2.4.26/07-mconsole_dir_cleanup.patch new file mode 100644 index 0000000000..280f0941c4 --- /dev/null +++ b/recipes/linux-uml/linux-uml-2.4.26/07-mconsole_dir_cleanup.patch @@ -0,0 +1,11 @@ +Index: linux-2.4.24-2/arch/um/kernel/umid.c +--- linux-2.4.24-2/arch/um/kernel/umid.c 16 Feb 2004 00:10:11 -0000 1.21 ++++ linux-2.4.24-2/arch/um/kernel/umid.c 17 May 2004 18:35:49 -0000 +@@ -151,6 +151,7 @@ + + sprintf(dir, "%s%s", uml_dir, umid); + actually_do_remove(dir); ++ rmdir(uml_dir); + } + + char *get_umid(int only_if_set) -- cgit v1.2.3