diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2019-09-05 21:26:42 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2019-09-05 21:41:12 +0900 |
commit | cb96d48eec6525a1cc2330025e5c872763e0ce0d (patch) | |
tree | aa12ed3b822069cd41ca975ccacab9b3ac33f42d /packaging | |
parent | 4384e9b7feabd7cdaef89cf18f94a5b443ce7e08 (diff) | |
download | system-plugin-cb96d48eec6525a1cc2330025e5c872763e0ce0d.tar.gz system-plugin-cb96d48eec6525a1cc2330025e5c872763e0ce0d.tar.bz2 system-plugin-cb96d48eec6525a1cc2330025e5c872763e0ce0d.zip |
Add SleepSupport=no to display.conf for RPI3 targetssubmit/tizen/20190905.124442
Change-Id: Ibb0d607bef82a8516917633af9fa181703cc601d
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/system-plugin.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 0609648..5ac2382 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -51,6 +51,7 @@ This package provides U3/XU3 specific system configuration files. %package device-rpi3 Summary: RPI3 Requires: %{name} = %{version}-%{release} +Requires: deviced BuildArch: noarch %description device-rpi3 @@ -292,6 +293,7 @@ systemctl daemon-reload %post device-rpi3 %{_prefix}/bin/udevadm hwdb --update +echo "SleepSupport=no" >> /etc/deviced/display.conf %files feature-init_wrapper %license LICENSE.Apache-2.0 |