diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-05-18 22:17:33 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-05-19 14:40:18 +0000 |
commit | 2d5d147d017c39c9a5a91d39ce8d251d57cc5035 (patch) | |
tree | 3b2cc4bfa2ba5ab54a27bd9d37f76b72b473c856 /templates/feature/agl-compositor | |
parent | dad22a2b3c3cced169c4790e8fe5d8cf2cc62ee2 (diff) |
templates/feature/agl-compositor: Add proper dependecies for
alexa-viewer
Noticed that alexa-viewer is missing wayland* dependencies, needed to
generate client headers for agl-shell-desktop protocol and
wayland-client related libraries. Updates SRCREV to lastest version,
which avoids AFM websocket dependency.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: If52e063a58e5bc274315ae01fceb8d0243fd7662
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24531
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/feature/agl-compositor')
-rw-r--r-- | templates/feature/agl-compositor/50_local.conf.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/feature/agl-compositor/50_local.conf.inc b/templates/feature/agl-compositor/50_local.conf.inc index fc3f6edac..dc693a29a 100644 --- a/templates/feature/agl-compositor/50_local.conf.inc +++ b/templates/feature/agl-compositor/50_local.conf.inc @@ -20,7 +20,8 @@ SRCREV_pn-ondemandnavi = "10acae987db859bace7d2dcf4913a21073d65990" AGL_BRANCH_pn-mediaplayer = "sandbox/mvlad/agl-compositor" SRCREV_pn-mediaplayer = "4518cdde5ddb053a4759f7b50f038c53bc41a45e" AGL_BRANCH_pn-alexa-viewer = "sandbox/mvlad/agl-compositor" -SRCREV_pn-alexa-viewer = "38d77d0c07c2fbe76dda0e011b030855d57dd06c" +SRCREV_pn-alexa-viewer = "653a7eaf6db206b802b3a05f5a32f61815c9bf4b" +DEPENDS_append_pn-alexa-viewer = " wayland-native wayland qtwayland qtwayland-native" AGL_BRANCH_pn-onscreenapp = "sandbox/mvlad/agl-compositor" SRCREV_pn-onscreenapp = "98dab0eebc3dc0f567be3f80ab129cbcc71738db" AGL_BRANCH_pn-settings = "sandbox/mvlad/agl-compositor" |