diff options
Diffstat (limited to 'recipes-wam')
-rw-r--r-- | recipes-wam/chromium/chromium_git.bb | 2 | ||||
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-wam/chromium/chromium_git.bb b/recipes-wam/chromium/chromium_git.bb index fc8cd25d4..6341a2f99 100644 --- a/recipes-wam/chromium/chromium_git.bb +++ b/recipes-wam/chromium/chromium_git.bb @@ -8,7 +8,7 @@ SRC_URI = "\ # Needed by catapult DEPENDS += "python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" -SRCREV_chromium91 = "9d9fbef68a215595ea6f8b18eb9f2a80b0927e88" +SRCREV_chromium91 = "16915e06c4f93a257477a664bff1ffb1064462c6" SRCREV_v8 = "b958ec542dcb086f422a1216a959be38a4cc0339" CHROMIUM_VERSION = "91.0.4472.114" 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" |