summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-html5/recipes-wam
diff options
context:
space:
mode:
authorAntia Puentes <apuentes@igalia.com>2020-08-12 18:14:31 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-08-13 10:14:00 +0000
commitd5815794cccf39fe65bd005715c17b48f4cc7e53 (patch)
tree8eeec7cf3969298b76169bb2b2e32ca492a42bd2 /meta-agl-profile-graphical-html5/recipes-wam
parent0819413f7bb0fb035cbee42eaf5d2e56cb133db3 (diff)
WAM: update revision
Pick up changes: bd65004 WebRuntimeAGL: add hander for the homescreen/ShowWindow event e969ffd CMakeLists: Re-add libhomescreen dependency Bug-AGL: SPEC-3497 Signed-off-by: Antia Puentes <apuentes@igalia.com> Change-Id: I6f8618d5defae6db6556c14b9e37447aaabfb8cb Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25110 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> Reviewed-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'meta-agl-profile-graphical-html5/recipes-wam')
-rw-r--r--meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb
index bc5b7ed02..2029d37a4 100644
--- a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb
+++ b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb
@@ -25,7 +25,7 @@ SRC_URI = "\
file://trunc-webapp-roles.patch \
"
S = "${WORKDIR}/git"
-SRCREV = "7fe85fd505f3246e0448bc92348b9b7126ae943c"
+SRCREV = "bd650046b688eb1593ae68c16ba3912837507d08"
do_install_append() {
install -d ${D}${sysconfdir}/wam
'#n206'>206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310