Browse Source

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

Exclude Thrift from dependencies
Sean Mackrory 12 years ago
parent
commit
ab407badb9
1 changed files with 11 additions and 0 deletions
  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