diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-26 14:49:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-26 14:49:37 +0000 |
commit | 4d097fe8f9bcaa45d358a910048490c90802f235 (patch) | |
tree | 8bc2b8a0d748f890685d342474dd41a8bd8d0403 | |
parent | 7f4cb62a1b689ee14ead45541b7676c9932785be (diff) |
liboil: don't build examples
-rw-r--r-- | package/liboil/liboil-0.3.15-arm-vfp.patch (renamed from package/liboil/liboil-vfp.patch) | 0 | ||||
-rw-r--r-- | package/liboil/liboil.mk | 9 |
2 files changed, 0 insertions, 9 deletions
diff --git a/package/liboil/liboil-vfp.patch b/package/liboil/liboil-0.3.15-arm-vfp.patch index 815c9bb9a..815c9bb9a 100644 --- a/package/liboil/liboil-vfp.patch +++ b/package/liboil/liboil-0.3.15-arm-vfp.patch diff --git a/package/liboil/liboil.mk b/package/liboil/liboil.mk index 3a1c002fe..2700b22e2 100644 --- a/package/liboil/liboil.mk +++ b/package/liboil/liboil.mk @@ -44,12 +44,3 @@ $(LIBOIL_HOOK_POST_INSTALL): # Remove useless bugreport program from the target 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 - |