From e831469262274bcbdbadbc881861364dfd0a9072 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 14 May 2010 15:55:50 +0200 Subject: [PATCH] disable examples (they require additional symbols) --- .../uboot-xburst/patches/002-disable-examples.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/uboot-xburst/patches/002-disable-examples.patch diff --git a/package/uboot-xburst/patches/002-disable-examples.patch b/package/uboot-xburst/patches/002-disable-examples.patch new file mode 100644 index 000000000..bf2fd6717 --- /dev/null +++ b/package/uboot-xburst/patches/002-disable-examples.patch @@ -0,0 +1,13 @@ +--- a/Makefile 2010-05-13 16:43:21.000000000 +0200 ++++ b/Makefile 2010-05-13 16:43:29.000000000 +0200 +@@ -139,9 +139,7 @@ + + # The "tools" are needed early, so put this first + # Don't include stuff already done in $(LIBS) +-SUBDIRS = tools \ +- examples/standalone \ +- examples/api ++SUBDIRS = tools + + .PHONY : $(SUBDIRS) +