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/uclibc/uclibc-0.9.28/avr32/uclibc-makefile.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/uclibc/uclibc-0.9.28/avr32/uclibc-makefile.patch (limited to 'recipes/uclibc/uclibc-0.9.28/avr32/uclibc-makefile.patch') diff --git a/recipes/uclibc/uclibc-0.9.28/avr32/uclibc-makefile.patch b/recipes/uclibc/uclibc-0.9.28/avr32/uclibc-makefile.patch new file mode 100644 index 0000000000..97ed73471f --- /dev/null +++ b/recipes/uclibc/uclibc-0.9.28/avr32/uclibc-makefile.patch @@ -0,0 +1,16 @@ +Index: uclibc/Makefile +=================================================================== +RCS file: /disk1/ic_group/design/I9980/REPOSITORY/I7413/source/uclibc/Makefile,v +retrieving revision 1.1.1.3 +diff -u -r1.1.1.3 Makefile +--- uclibc/Makefile 31 Aug 2005 13:08:25 -0000 1.1.1.3 ++++ uclibc/Makefile 7 Dec 2005 06:38:39 -0000 +@@ -163,7 +163,7 @@ + else \ + extra_exclude="" ; \ + fi ; \ +- tar -chf - include --exclude .svn --exclude CVS $$extra_exclude \ ++ tar -chf - --exclude .svn --exclude CVS $$extra_exclude include \ + | tar -xf - -C $(PREFIX)$(DEVEL_PREFIX) + ifneq ($(strip $(UCLIBC_HAS_FLOATS)),y) + # Remove floating point related headers since float support is disabled. -- cgit v1.2.3