diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-07-25 23:44:16 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-28 21:51:16 +0100 |
| commit | e237a18d94265bb3dd4e3740c4d65fdae6ff0c54 (patch) | |
| tree | b0d702214542c4498af426129cc3875ca1469a6d /recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch | |
| parent | 6c175288cc81554b765c99453dc96fd4570205dd (diff) | |
| download | meta-raspberrypi-e237a18d94265bb3dd4e3740c4d65fdae6ff0c54.tar.gz | |
userland: Upgrade to latest
Fix build with glibc 2.30
Forward patches to 20190724 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch')
| -rw-r--r-- | recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch b/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch index ba83db8..3da0f50 100644 --- a/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch +++ b/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 642110bbc9ebcb9ad497f4f1c1ccbc5a9afda753 Mon Sep 17 00:00:00 2001 | 1 | From 481a9aeba3f84371668fdf8a1380a3cb23bfc502 Mon Sep 17 00:00:00 2001 |
| 2 | From: Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2 | From: Tomeu Vizoso <tomeu.vizoso@collabora.com> |
| 3 | Date: Tue, 1 Oct 2013 13:19:20 +0200 | 3 | Date: Tue, 1 Oct 2013 13:19:20 +0200 |
| 4 | Subject: [PATCH 03/18] wayland: Add Wayland example | 4 | Subject: [PATCH 03/19] wayland: Add Wayland example |
| 5 | 5 | ||
| 6 | --- | 6 | --- |
| 7 | .../linux/apps/hello_pi/CMakeLists.txt | 1 + | 7 | .../linux/apps/hello_pi/CMakeLists.txt | 1 + |
| @@ -19,10 +19,10 @@ Subject: [PATCH 03/18] wayland: Add Wayland example | |||
| 19 | create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/triangle.c | 19 | create mode 100644 host_applications/linux/apps/hello_pi/hello_wayland/triangle.c |
| 20 | 20 | ||
| 21 | diff --git a/host_applications/linux/apps/hello_pi/CMakeLists.txt b/host_applications/linux/apps/hello_pi/CMakeLists.txt | 21 | diff --git a/host_applications/linux/apps/hello_pi/CMakeLists.txt b/host_applications/linux/apps/hello_pi/CMakeLists.txt |
| 22 | index f2c6aef..0df78f7 100644 | 22 | index b28a94a..2849fad 100644 |
| 23 | --- a/host_applications/linux/apps/hello_pi/CMakeLists.txt | 23 | --- a/host_applications/linux/apps/hello_pi/CMakeLists.txt |
| 24 | +++ b/host_applications/linux/apps/hello_pi/CMakeLists.txt | 24 | +++ b/host_applications/linux/apps/hello_pi/CMakeLists.txt |
| 25 | @@ -21,6 +21,7 @@ add_subdirectory(hello_encode) | 25 | @@ -25,6 +25,7 @@ add_subdirectory(hello_encode) |
| 26 | add_subdirectory(hello_jpeg) | 26 | add_subdirectory(hello_jpeg) |
| 27 | add_subdirectory(hello_videocube) | 27 | add_subdirectory(hello_videocube) |
| 28 | add_subdirectory(hello_teapot) | 28 | add_subdirectory(hello_teapot) |
| @@ -862,5 +862,5 @@ index 8225dd5..0be6ce7 100755 | |||
| 862 | - | 862 | - |
| 863 | +make -C hello_wayland | 863 | +make -C hello_wayland |
| 864 | -- | 864 | -- |
| 865 | 2.21.0 | 865 | 2.22.0 |
| 866 | 866 | ||
