summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-25 23:47:47 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-25 23:47:47 +0000
commitb5a4f6247c26fea0c134b6c04f5c0662fa6a3523 (patch)
tree93be01548708e0337383acc8fa149b515558f1e7
parent51a28ab3d3beb4929a55754ffcddc80dbde5ba03 (diff)
downloadbuildroot-novena-b5a4f6247c26fea0c134b6c04f5c0662fa6a3523.tar.gz
buildroot-novena-b5a4f6247c26fea0c134b6c04f5c0662fa6a3523.zip
Add explanation why examples are disabled for liboil
-rw-r--r--package/liboil/liboil.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/liboil/liboil.mk b/package/liboil/liboil.mk
index 74eedacb2..3a1c002fe 100644
--- a/package/liboil/liboil.mk
+++ b/package/liboil/liboil.mk
@@ -45,6 +45,10 @@ $(LIBOIL_HOOK_POST_INSTALL):
rm -f $(TARGET_DIR)/usr/bin/oil-bugreport
touch $@
+
+# Disable some examples that will break the build.
+# There are sveral more that can be removed
+# by someone with time over.
$(LIBOIL_HOOK_POST_CONFIGURE):
$(SED) 's/uberopt//g' $(LIBOIL_DIR)/examples/Makefile
$(SED) 's/work//g' $(LIBOIL_DIR)/examples/Makefile