Disable privacy popup build flag 20/13920/1 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/generic/20140106.141534 accepted/tizen/ivi/20131220.223427 accepted/tizen/ivi/20140308.005433 accepted/tizen/ivi/panda/20140403.014835 accepted/tizen/mobile/20131223.185349 accepted/tizen/mobile/20140310.025749 submit/tizen/20131220.000027 submit/tizen/20140307.080753 submit/tizen_ivi_panda/20140403.011901
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Wed, 18 Dec 2013 10:31:12 +0000 (11:31 +0100)
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Wed, 18 Dec 2013 10:31:12 +0000 (11:31 +0100)
Privacy popup feature is currently not supported on IVI.
In disabling this flag, user consent is implicit and
privacy access is no more blocked by security engine.

Any widgets can use any plugins (API) now.

It fixes TIVI-2146

Change-Id: Ifba13aa415646a07300bf984ec9f93c6b6fa0239
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
packaging/privacy-manager.spec

index 2aabec6..cfbb461 100644 (file)
@@ -85,7 +85,8 @@ cp %{SOURCE1006} .
         -DINCLUDEDIR=%{_includedir} \
         -DCMAKE_BUILD_TYPE=%{build_type} \
         -DVERSION=%{version} \
-        -DFILTER_LISTED_PKG=ON
+        -DFILTER_LISTED_PKG=ON \
+        -DPRIVACY_POPUP=OFF
 make %{?_smp_mflags}
 
 %install