projects
/
platform
/
core
/
api
/
sensor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa41d2
)
packaging: Disable sensor-recorder when profile is movable
90/318290/1
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
tizen
tizen_9.0
accepted/tizen/9.0/unified/20241031.000431
accepted/tizen/unified/20240930.083349
accepted/tizen/unified/toolchain/20241004.102057
accepted/tizen/unified/x/20240930.134647
accepted/tizen/unified/x/asan/20241014.000458
tizen_9.0_m2_release
author
SangYoun Kwak
<sy.kwak@samsung.com>
Thu, 26 Sep 2024 10:23:56 +0000
(19:23 +0900)
committer
SangYoun Kwak
<sy.kwak@samsung.com>
Thu, 26 Sep 2024 10:28:01 +0000
(19:28 +0900)
To disable sensor-recorder when profile is movable, condition is
modified to set SENSOR_RECORDER as off when "%{mv_prj}" is not "1".
Change-Id: I4a42e80912e02b45e19d9aca40ee36a8fc7f9a12
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
packaging/capi-system-sensor.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-system-sensor.spec
b/packaging/capi-system-sensor.spec
index 7a737c7b978f8622c2b3a1b75fdf6db9d450472b..381d78e088d76ff13cd3fa585679d05cbefaaca2 100644
(file)
--- a/
packaging/capi-system-sensor.spec
+++ b/
packaging/capi-system-sensor.spec
@@
-6,7
+6,7
@@
Group: System/API
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
-%if "%{?profile}" != "tv"
+%if "%{?profile}" != "tv"
&& "%{mv_prj}" != "1"
%define SENSOR_RECORDER on
%else
%define SENSOR_RECORDER off