diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/uclibc/uclibc-0.9.27/uclibc-makevars-in-quotes.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
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 <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/uclibc/uclibc-0.9.27/uclibc-makevars-in-quotes.patch')
-rw-r--r-- | packages/uclibc/uclibc-0.9.27/uclibc-makevars-in-quotes.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/uclibc/uclibc-0.9.27/uclibc-makevars-in-quotes.patch b/packages/uclibc/uclibc-0.9.27/uclibc-makevars-in-quotes.patch deleted file mode 100644 index ce67e8f764..0000000000 --- a/packages/uclibc/uclibc-0.9.27/uclibc-makevars-in-quotes.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- - Makefile | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -Index: uClibc-0.9.27/Makefile -=================================================================== ---- uClibc-0.9.27.orig/Makefile 2008-07-23 20:05:34.000000000 -0700 -+++ uClibc-0.9.27/Makefile 2008-07-23 20:06:27.000000000 -0700 -@@ -243,14 +243,14 @@ endif - .PHONY: utils - ifeq ($(strip $(HAVE_SHARED)),y) - utils: -- $(MAKE) CROSS=$(CROSS) CC=$(CC) -C utils -+ $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils - else - utils: dummy - endif - - # Installs helper applications, such as 'ldd' and 'ldconfig' - install_utils: utils -- $(MAKE) CROSS=$(CROSS) CC=$(CC) -C utils install -+ $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils install - #ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y) - # @$(MAKE) -C libc/misc/wchar iconv.target - # $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/usr/bin; |