DELIA-62797,DELIA-62798: Modified the thunder communication Reason for change: added the changes from R4.3.2 thunder release - Wait for WebSocket Open in CommunicationChannel Test Procedure: Verify in Jenkin Build Risks: High Signed-off-by: Thamim Razith <tabbas651@cable.comcast.com> (cherry picked from commit b5dc6577fe5b3d82e5c6cd1bf0301fa9df35d941) Change-Id: Ib642289fc43428287c271d461681f6d986af9128 (cherry picked from commit 26d26ea0096d6c823ba0d2bddbccb4c7349db902)
diff --git a/recipes-extended/wpe-framework/wpeframework/r4/R4.3.2_Wait_for_Open_in_Communication_Channel.patch b/recipes-extended/wpe-framework/wpeframework/r4/R4.3.2_Wait_for_Open_in_Communication_Channel.patch new file mode 100644 index 0000000..1f8c431 --- /dev/null +++ b/recipes-extended/wpe-framework/wpeframework/r4/R4.3.2_Wait_for_Open_in_Communication_Channel.patch
@@ -0,0 +1,13 @@ +Index: git/Source/websocket/JSONRPCLink.h +=================================================================== +--- git.orig/Source/websocket/JSONRPCLink.h ++++ git/Source/websocket/JSONRPCLink.h +@@ -251,7 +251,7 @@ namespace WPEFramework { + } + uint32_t Initialize() + { +- return (Open(0)); ++ return (Open(1000)); + } + void Deinitialize() + {
diff --git a/recipes-extended/wpe-framework/wpeframework_4.2.bb b/recipes-extended/wpe-framework/wpeframework_4.2.bb index 5344144..30d20ee 100644 --- a/recipes-extended/wpe-framework/wpeframework_4.2.bb +++ b/recipes-extended/wpe-framework/wpeframework_4.2.bb
@@ -34,6 +34,7 @@ file://r4/activationevent.patch \ file://r4/wpeframework_added_optimization_flag_improvement.patch \ file://r4/DELIA-56519_wpeframework_fix_R4.patch \ + file://r4/R4.3.2_Wait_for_Open_in_Communication_Channel.patch \ " inherit systemd update-rc.d pythonnative