diff options
author | Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> | 2019-11-20 10:58:02 +0900 |
---|---|---|
committer | Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> | 2019-11-21 01:44:31 +0000 |
commit | f1b866f70da1ad78c7ce61e92cb55720d0945918 (patch) | |
tree | a8abf4d7e318d6c96968dd4dd51e8bc04d6e4cb8 /meta-agl-profile-graphical/recipes-graphics | |
parent | 66c26d2329cd66d879e4e1ce226918b03acca10a (diff) |
Bump waltham-transmitter src revision.
* 8409a6d - output:fix seg fault in transmitter when weston terminates
* e448fc5 - output:fix repaint func not to skip first buffer
* 5287483 - output:don't push surface to remote if receiver not ready
Change-Id: Iaf2004bc95bc59e2daf5e4954ea14139e9a3a6ac
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/waltham-transmitter_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/waltham-transmitter_git.bb b/meta-agl-profile-graphical/recipes-graphics/wayland/waltham-transmitter_git.bb index df8606ff7..89d97f513 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/waltham-transmitter_git.bb +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/waltham-transmitter_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://waltham-transmitter/COPYING;md5=f21c9af4de068fb53b83f DEPENDS += "libdrm virtual/kernel wayland wayland-native waltham weston gstreamer1.0 gstreamer gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad wayland-ivi-extension" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/weston-ivi-plugins.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "2309102f95145d04dad67bf4d00e4c217aea8470" +SRCREV = "5287483228fa1e28f3217a54606cfe760c6582bd" S = "${WORKDIR}/git/" |