瀏覽代碼

liboil: don't build examples

Peter Korsgaard 16 年之前
父節點
當前提交
4d097fe8f9
共有 2 個文件被更改,包括 0 次插入9 次删除
  1. 0 0
      package/liboil/liboil-0.3.15-arm-vfp.patch
  2. 0 9
      package/liboil/liboil.mk

+ 0 - 0
package/liboil/liboil-vfp.patch → package/liboil/liboil-0.3.15-arm-vfp.patch


+ 0 - 9
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
-