diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-06-28 21:04:45 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-31 19:44:17 +0000 |
commit | 919af764fb1290ce117488d6116d9bc0f4c842df (patch) | |
tree | 011b3c0cd92d745aecce62bb68346f17e82c19ba /recipes-wam/wam/wam_git.bb | |
parent | 7e0e397f3c6c91f3cdaae237f9e0d37046cabbd8 (diff) |
wam: use gRPC for internal IPC.needlefish_13.92.0needlefish/13.92.013.92.0
Update WAM to use GRPC for internal IPC instead of Unix domain
sockets, dropping previous implementation. Update dependencies to use
grpc and protobuf.
chromium: 9d9fbef68a..9fe715038f
9fe715038f [op][agl][wayland] Drop window surface ID
wam: 491dcd1..3cc744f
3cc744f [wam][agl][wayland] Remove surface ID.
12d9778 [wam][agl][ipc] Rename WamSocketLockFile to WamIPCLockFile
fc5f7ff [wam][agl][ipc] Remove Unix Domain socket based IPC implementation
92a3356 [wam][agl][ipc] Introduce LaunchParams struct replacing LaunchData
61ce1d0 [wam][agl][ipc] Add gRPC implementation of internal IPC
ae51589 [wam][agl] Make IPC pass its parameters instead of storing them
Bug-AGL: SPEC-4252
Change-Id: I8edbe1d47a684f73feadfed6cbd944c01b6d2ceb
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'recipes-wam/wam/wam_git.bb')
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index ec1697c5a..f1bb666c0 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca inherit cmake pkgconfig -DEPENDS = "glib-2.0 jsoncpp boost chromium protobuf protobuf-native libxml2" +DEPENDS = "glib-2.0 jsoncpp boost chromium protobuf protobuf-native grpc grpc-native" EXTRA_OECMAKE = "\ -DCMAKE_BUILD_TYPE=Release \ @@ -30,7 +30,7 @@ SRC_URI = "\ file://WebAppMgr.env \ " S = "${WORKDIR}/git" -SRCREV = "491dcd13a2d57ba57cfcdc333b5d2d8e17cdc65e" +SRCREV = "8ea41f7b59b52ef005f6f932e3335bfd137aa5fa" PV = "ose58.agl" |