Disable to run some function inside generic-desktop-applications.post, because it... 09/164309/1 tizen_4.0_tv accepted/tizen/4.0/unified/20171219.072225 submit/tizen_4.0/20171218.114409 tizen_4.0.IoT.p2_release
authorSoonKyu Park <sk7.park@samsung.com>
Mon, 18 Dec 2017 10:19:25 +0000 (19:19 +0900)
committerpark <sk7.park@samsung.com>
Mon, 18 Dec 2017 11:33:46 +0000 (11:33 +0000)
Change-Id: Iadff03542561119f25919811e82d4ea3445e7da5
(cherry picked from commit d12c84df425978ad46572899e3ddf4c76a054303)

scripts/generic-desktop-applications.post

index 035d3fb..5b639f4 100644 (file)
@@ -14,5 +14,6 @@ function generic_desktop_applications_fix_userhome() {
 
 # fix TC-320 for SDK
 . /etc/tizen-build.conf
-[ "${TZ_BUILD_WITH_EMULATOR}" == "1" ] && generic_desktop_applications_fix_userhome developer
+# Disable to run below line because this results in always failure, so it can be regarded as useless.
+#[ "${TZ_BUILD_WITH_EMULATOR}" == "1" ] && generic_desktop_applications_fix_userhome developer