Skip to content

Commit

Permalink
luna-surfacemanager=5 qtwayland=5
Browse files Browse the repository at this point in the history
:Release Notes:
Fix surface-manager bugs including some crash cases.

:Detailed Notes:
luna-surfacemanager: submissions/4..submissions/5
a39801a Improve processSurfaceItem #5
8c7fbd5 Improve processSurfaceItem #4
8714e86 Null check of surface()->client()
2723402 base: Reorder event filter installation

qtwayland: submissions/4..submissions/5
b417786 Fix surface-manager crash when launching apps repeatedly
36d277d Activate window directly when needed #2
6336968 Revert "Fix deadlock when hiding and showing EGL windows"
8e8fd68 Activate window directly when needed

:Testing Performed:
See the CCC JIRA ticket.

:QA Notes:

:Issues Addressed:
[PLAT-76509] [OSE] CCC: luna-surfacemanager=5 qtwayland=5

Change-Id: I8ad16605a072ca0eb2756de01bf113bda15df0de
  • Loading branch information
jaeyoonjung authored and Minjae Kim committed Apr 16, 2019
1 parent f4b0958 commit 288cff4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta-webos/recipes-qt/qt5/qtwayland-native_git.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AUTHOR = "Anupam Kaul <[email protected]>"

FILESEXTRAPATHS_prepend := "${THISDIR}/qtwayland-native:"

WEBOS_VERSION = "5.6.3-4_21bcc61d4a3da2873d9650b19771ffddf31d6bc0"
WEBOS_VERSION = "5.6.3-5_b0f089aeb9c880409cc1522b7ca576ffb2550fbe"

EXTENDPRAUTO_append = "webos3"

Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-qt/qt5/qtwayland_git.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AUTHOR = "Anupam Kaul <[email protected]>"

DEPENDS_append_class-target = " webos-wayland-extensions qt-features-webos"

WEBOS_VERSION = "5.6.3-4_21bcc61d4a3da2873d9650b19771ffddf31d6bc0"
WEBOS_VERSION = "5.6.3-5_b0f089aeb9c880409cc1522b7ca576ffb2550fbe"
EXTENDPRAUTO_append = "webos15"

# Upstream 5.5.0 recipe updated LIC_FILES_CHKSUM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca

DEPENDS = "qtdeclarative wayland-native qtwayland qtwayland-native qt-features-webos pmloglib webos-wayland-extensions"

WEBOS_VERSION = "1.1.0-4_0edac5e7e491500500e39f44a0bf82e331922636"
WEBOS_VERSION = "1.1.0-5_28193d7baf0398ae6eb1b6467bdf194e345422f6"
PR = "r43"

inherit webos_qmake5
Expand Down

0 comments on commit 288cff4

Please sign in to comment.