diff options
author | YoungHun Kim <yh8004.kim@samsung.com> | 2019-10-17 11:50:58 +0900 |
---|---|---|
committer | YoungHun Kim <yh8004.kim@samsung.com> | 2019-11-01 13:33:16 +0900 |
commit | 0c160eaadd8f432e0b818ea6b9ca8ae2dbaf14eb (patch) | |
tree | 7dd3e44c3f6d783896eab97c9b7d5cbc1de2ce61 /packaging | |
parent | 1b1317526197c7636f1d3817c72ad2f8d06034a5 (diff) | |
download | murphy-0c160eaadd8f432e0b818ea6b9ca8ae2dbaf14eb.tar.gz murphy-0c160eaadd8f432e0b818ea6b9ca8ae2dbaf14eb.tar.bz2 murphy-0c160eaadd8f432e0b818ea6b9ca8ae2dbaf14eb.zip |
Wait until context is owned by worker thread to avoid context owner warningsubmit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5/20191105.005038accepted/tizen/5.5/unified/wearable/hotfix/20201027.100148accepted/tizen/5.5/unified/20191107.051248tizen_5.5_wearable_hotfixtizen_5.5_tvaccepted/tizen_5.5_unified_wearable_hotfix
- We must ensure g_main_context_push_thread_default() is executed before
mm-resource-manager return mainloop when calling mrp_mainloop_glib_get()
Change-Id: I18dca7760010d882584ab9feb5aba34eb005127b
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/murphy.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/murphy.spec b/packaging/murphy.spec index ecf897a..6949b37 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -29,7 +29,7 @@ Summary: Resource policy framework Name: murphy Version: 0.0.75 -Release: 17 +Release: 18 License: BSD-3-Clause Group: System/Service URL: http://01.org/murphy/ |