projects
/
platform
/
upstream
/
nnstreamer-edge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2604a1f
)
[Spec] Disable mqtt option for DA products
accepted/tizen_7.0_unified
tizen_7.0
accepted/tizen/7.0/unified/20240605.155448
author
Sangjung Woo
<sangjung.woo@samsung.com>
Mon, 27 May 2024 06:59:21 +0000
(15:59 +0900)
committer
MyungJoo Ham
<myungjoo.ham@samsung.com>
Mon, 27 May 2024 08:18:44 +0000
(17:18 +0900)
This patch disables the mqtt option in the case of DA products.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
packaging/nnstreamer-edge.spec
patch
|
blob
|
history
diff --git
a/packaging/nnstreamer-edge.spec
b/packaging/nnstreamer-edge.spec
index 89729c3ddb7b982a40056c21e07420a729e5571e..fa63612d3f17c8206a97cc36cbb6e6410aad56eb 100644
(file)
--- a/
packaging/nnstreamer-edge.spec
+++ b/
packaging/nnstreamer-edge.spec
@@
-8,6
+8,11
@@
%define mqtt_support 0
%endif
+# Disable mosquitto for DA products
+%if 0%{?_with_da_profile}
+%define mqtt_support 0
+%endif
+
%bcond_with tizen
Name: nnstreamer-edge