projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a28ab
)
Add explanation why examples are disabled for liboil
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 25 Jan 2009 23:47:47 +0000
(23:47 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 25 Jan 2009 23:47:47 +0000
(23:47 -0000)
package/liboil/liboil.mk
patch
|
blob
|
history
diff --git
a/package/liboil/liboil.mk
b/package/liboil/liboil.mk
index 74eedacb25bf227269c93c97b71eba913f9e69d2..3a1c002fea9c1c26c6e47f9565a980559f863e56 100644
(file)
--- 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