浏览代码

[impala] Error deploying hue-impala due to dependence on thrift

Exclude Thrift from dependencies
Sean Mackrory 12 年之前
父节点
当前提交
ab407ba
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      apps/impala/Makefile

+ 11 - 0
apps/impala/Makefile

@@ -22,3 +22,14 @@ endif
 
 APP_NAME = impala
 include $(ROOT)/Makefile.sdk
+
+#
+# Tell the `bdist' target to exclude our java source.
+#
+BDIST_EXCLUDES += \
+	--exclude=java \
+	--exclude=thrift
+
+SDIST_EXCLUDES += \
+	--exclude=java-lib \
+	--exclude=thrift