mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 05:04:45 +02:00
userland: Apply format-overflow warning patch for gcc alone
This warning is gcc specific and causes build failures when building with clang, lets therefore remove it when build is using clang compiler Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a8085558b5
commit
09a3c11696
|
@ -43,6 +43,9 @@ SRC_URI = "\
|
||||||
file://0020-openmaxil-add-pkg-config-file.patch \
|
file://0020-openmaxil-add-pkg-config-file.patch \
|
||||||
file://0021-cmake-Disable-format-overflow-warning-as-error.patch \
|
file://0021-cmake-Disable-format-overflow-warning-as-error.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SRC_URI_remove_toolchain-clang = "file://0021-cmake-Disable-format-overflow-warning-as-error.patch"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
|
Loading…
Reference in New Issue
Block a user