Skip to content

Commit

Permalink
auto-luna-surface-manager=29 luna-surfacemanager=340 qml-webos-framew…
Browse files Browse the repository at this point in the history
…ork=151 qt-features-webos=47 qtwayland=160 qtwayland-webos=59

:Release Notes:
Add surfaceStack debug option.
Fix build and runtime issues with LSM components.

:Detailed Notes:
auto-luna-surface-manager: submissions/28..submissions/29
949e7ee Enable surfaceStack with debug pattern

luna-surfacemanager: submissions/339..submissions/340
736d3249 Update surface item position upon mouse move
6c66d321 base: Add surfaceStack debug option
532a9e64 Align input position by mirror item's offset

qml-webos-framework: submissions/150..submissions/151
42346e1 Fix race condition when building runner and runner-debug
4d3a9b8 Fix potential build issues
a68ad3b Add missing initialization in examples

qt-features-webos: submissions/46..submissions/47
91910b9 webos-features.prf: show which files were found before adding
        them to INSTALL

qtwayland: submissions/159..submissions/160
2a067d1a Fix xkb modifier repeat updating #2
1db9cd6a Don't try to inject non-existent generated headers for
         xdg-shell v5
644657f3 sync.profile: remove two headers
a534f9bc compositor: Share default XKB keymap #2

qtwayland-webos: submissions/58..submissions/59
bec2a10 Fixup pointer coordinates during resize #2

:Testing Performed:
See the CCC JIRA ticket.

:QA Notes:

:Issues Addressed:
Refer to the CCC JIRA ticket for related issues.
[PLAT-123299] CCC: auto-luna-surface-manager=29 luna-surfacemanager=340
              qml-webos-framework=151 qt-features-webos=47 qtwayland=160
              qtwayland-webos=59 webos-wayland-extensions=41
              qtbase=webos82 and more

Change-Id: Ib3575dffcc61583bb0cc3f8b5ab9b1ac049b8c60
  • Loading branch information
jaeyoonjung authored and Hyunjae Shin committed Jan 21, 2021
1 parent ef08343 commit 1e850c8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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 @@ -10,7 +10,7 @@ DEPENDS_append_class-target = " webos-wayland-extensions qt-features-webos"
DEPENDS_remove_raspberrypi4 = " xproto"
DEPENDS_append_raspberrypi4 = " xorgproto"

WEBOS_VERSION = "5.12.4-159_a93daa930b358881a06b41e299940e52aff718b0"
WEBOS_VERSION = "5.12.4-160_d3fe02a982f0dfa7ac2c601f7ba5d54d9d2427e2"
EXTENDPRAUTO_append = "webos20"

LIC_FILES_CHKSUM = " \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RDEPENDS_${PN} = " \
luna-surfacemanager-base \
"

WEBOS_VERSION = "0.0.1-28_904bff2c49e4cc8acf38ca97b63a975649f1d3d2"
WEBOS_VERSION = "0.0.1-29_32fe95e32fe1bdbcdc37953e9328a96d75e65894"
PR = "r4"

inherit webos_qmake5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \

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

WEBOS_VERSION = "2.0.0-339_d977bc581471cf14f43682147e90b1b1029702c9"
WEBOS_VERSION = "2.0.0-340_cff3ae10b817c9439fe86c84ed34d8c1c472ecba"
PR = "r48"

inherit webos_qmake5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RPROVIDES_${PN}-examples = " \
eos.widgetgallery \
"

WEBOS_VERSION = "1.0.0-150_1e7d1becd89904ee766bd45b1552c6ada1b1e2d8"
WEBOS_VERSION = "1.0.0-151_1f3f3eff20473285d4eef26c5ce5d6fe56983735"
PR = "r30"

inherit webos_qmake5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \

DEPENDS = "qtbase"

WEBOS_VERSION = "1.0.0-46_d033b0650fd53b6da7f92df2e9736f91f86eae49"
WEBOS_VERSION = "1.0.0-47_9f48a6682e12795a92965aeb97dfc93f1039e8d5"
PR = "r6"

inherit webos_qmake5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \

DEPENDS = "qtwayland webos-wayland-extensions libxkbcommon qt-features-webos wayland-native qtwayland-native"

WEBOS_VERSION = "2.0.0-58_e09f75c4a15856391e113c0108185897031de06a"
WEBOS_VERSION = "2.0.0-59_9d7e8e6e0e21cc409d3131a49194ba5380da4ca9"
PR = "r11"

inherit webos_qmake5
Expand Down

0 comments on commit 1e850c8

Please sign in to comment.