diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-02-22 16:34:15 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-02-24 11:07:36 +0000 |
commit | 60dbfd25443754690f834afe30e7a6dca46a40da (patch) | |
tree | 02afa16733ac801f295fff82d6043baf54fd6036 /recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch | |
parent | a6c81aa527ce92e20452d5f23c17542bb81b4811 (diff) | |
download | meta-raspberrypi-60dbfd25443754690f834afe30e7a6dca46a40da.tar.gz |
userland: Upgrade to latest as of 20190114
Forward port the patches
package vcfiled init scripts
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch')
-rw-r--r-- | recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch b/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch index 1a5e14f..955dfa1 100644 --- a/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch +++ b/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 466f28ce302f68ac39be750f4b55285791f43ab1 Mon Sep 17 00:00:00 2001 | 1 | From 7d4559c2418f4997dfdddefa9281250d0d8082db Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 6 Feb 2016 11:10:47 -0800 | 3 | Date: Sat, 6 Feb 2016 11:10:47 -0800 |
4 | Subject: [PATCH 06/18] zero-out wl buffers in egl_surface_free | 4 | Subject: [PATCH 06/18] zero-out wl buffers in egl_surface_free |
@@ -29,5 +29,5 @@ index 42350bf..1f923d9 100644 | |||
29 | #endif | 29 | #endif |
30 | } | 30 | } |
31 | -- | 31 | -- |
32 | 2.19.1 | 32 | 2.20.1 |
33 | 33 | ||