[MQTT] Disable MQTT temporary
authorSangjung Woo <sangjung.woo@samsung.com>
Thu, 1 Jul 2021 08:45:03 +0000 (17:45 +0900)
committerSangjung Woo <again4you@gmail.com>
Thu, 1 Jul 2021 10:20:10 +0000 (19:20 +0900)
This patch disables the MQTT temporarily as a workaround for TC failure issue.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
debian/nnstreamer-misc.install
meson_options.txt
packaging/nnstreamer.spec

index a281319..82b4532 100644 (file)
@@ -1,2 +1 @@
 /usr/lib/*/gstreamer-1.0/libgstjoin.so
-/usr/lib/*/gstreamer-1.0/libgstmqtt.so
index ca74f95..4b6c5ad 100644 (file)
@@ -18,7 +18,7 @@ option('flatbuf-support', type: 'feature', value: 'auto')
 option('tensorrt-support', type: 'feature', value: 'auto')
 option('grpc-support', type: 'feature', value: 'auto')
 option('lua-support', type: 'feature', value: 'auto')
-option('mqtt-support', type: 'feature', value: 'auto')
+option('mqtt-support', type: 'feature', value: 'disabled')
 option('tvm-support', type: 'feature', value: 'auto')
 
 # booleans & other options
index 6bdae21..16f7f25 100644 (file)
@@ -31,7 +31,7 @@
 %define                grpc_support 1
 %define                pytorch_support 0
 %define                caffe2_support 0
-%define                mqtt_support 1
+%define                mqtt_support 0
 %define                lua_support 1
 
 %define                check_test 1