From ac71f240bf08b559557616f4071e85d55bf9d28c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 19 Feb 2010 12:08:00 -0700 Subject: dt: convert to .inc, add no_aio patch for uclibc Signed-off-by: Tom Rini Signed-off-by: Chris Larson --- recipes/dt/files/no_aio.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/dt/files/no_aio.patch (limited to 'recipes/dt/files/no_aio.patch') diff --git a/recipes/dt/files/no_aio.patch b/recipes/dt/files/no_aio.patch new file mode 100644 index 0000000000..4b65d89696 --- /dev/null +++ b/recipes/dt/files/no_aio.patch @@ -0,0 +1,17 @@ +--- + Makefile.linux | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: dt.d-WIP/Makefile.linux +=================================================================== +--- dt.d-WIP/Makefile.linux ++++ dt.d-WIP/Makefile.linux +@@ -68,7 +68,7 @@ LINTLIBS= + + PORG = -O3 + +-CFLAGS= $(PORG) -DAIO -DFIFO -DMMAP -DTTY -D__linux__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 ++CFLAGS= $(PORG) -DFIFO -DMMAP -DTTY -D__linux__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 + CPP= /lib/cpp + CPPOPTS= -D__GNUC__ -DFIFO -DMMAP -D__linux__ -D_GNU_SOURCE + LDFLAGS= -- cgit 1.2.3-korg