diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-24 23:04:24 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-03-16 22:25:08 +0000 |
commit | 1c88645b90e38c993bb1ee0e2dd090632082ca90 (patch) | |
tree | 7c47e09c17a39950fb3939c7308c4bb5cf4ccdc1 /recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch | |
parent | 6fdb8a5f568c2c2e2d632a8091d59f669b64d5a0 (diff) | |
download | meta-raspberrypi-1c88645b90e38c993bb1ee0e2dd090632082ca90.tar.gz |
userland: Upgrade to latest as of 20201027
refresh patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fd83102af7b0a2ff2de33a2e71bdfbd87335d79b)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Diffstat (limited to 'recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch')
-rw-r--r-- | recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch b/recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch index c762a9f..43f9f29 100644 --- a/recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch +++ b/recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From ee842886f3c0589d6df5a0687973beb18a3be524 Mon Sep 17 00:00:00 2001 | 1 | From d08003ab30452b4268121bcf82e03fdf21c89cdd 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: Tue, 31 Mar 2020 11:51:02 -0700 | 3 | Date: Tue, 31 Mar 2020 11:51:02 -0700 |
4 | Subject: [PATCH 21/21] cmake: Disable format-overflow warning as error | 4 | Subject: [PATCH] cmake: Disable format-overflow warning as error |
5 | 5 | ||
6 | gcc10 complains about a check which could potentially be null | 6 | gcc10 complains about a check which could potentially be null |
7 | 7 | ||
@@ -20,7 +20,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | 20 | 1 file changed, 1 insertion(+), 1 deletion(-) |
21 | 21 | ||
22 | diff --git a/host_applications/linux/libs/bcm_host/CMakeLists.txt b/host_applications/linux/libs/bcm_host/CMakeLists.txt | 22 | diff --git a/host_applications/linux/libs/bcm_host/CMakeLists.txt b/host_applications/linux/libs/bcm_host/CMakeLists.txt |
23 | index a863cb6..f358135 100644 | 23 | index 2f4beb9..7a4ab06 100644 |
24 | --- a/host_applications/linux/libs/bcm_host/CMakeLists.txt | 24 | --- a/host_applications/linux/libs/bcm_host/CMakeLists.txt |
25 | +++ b/host_applications/linux/libs/bcm_host/CMakeLists.txt | 25 | +++ b/host_applications/linux/libs/bcm_host/CMakeLists.txt |
26 | @@ -3,7 +3,7 @@ if (WIN32) | 26 | @@ -3,7 +3,7 @@ if (WIN32) |
@@ -32,6 +32,3 @@ index a863cb6..f358135 100644 | |||
32 | endif () | 32 | endif () |
33 | 33 | ||
34 | # set this as we want all the source of vchostif to be available in libbcm_host | 34 | # set this as we want all the source of vchostif to be available in libbcm_host |
35 | -- | ||
36 | 2.27.0 | ||
37 | |||