From: Sangjung Woo Date: Mon, 27 May 2024 06:59:21 +0000 (+0900) Subject: [Spec] Disable mqtt option for DA products X-Git-Tag: accepted/tizen/7.0/unified/20240605.155448^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abf7b94bb2f565a2a0202192398af7081f7c2eff;p=platform%2Fupstream%2Fnnstreamer-edge.git [Spec] Disable mqtt option for DA products This patch disables the mqtt option in the case of DA products. Signed-off-by: Sangjung Woo --- diff --git a/packaging/nnstreamer-edge.spec b/packaging/nnstreamer-edge.spec index 89729c3..fa63612 100644 --- 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