diff options
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 1138da8..24f0eaf 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -43,6 +43,9 @@ SRC_URI = "\ | |||
43 | file://0020-openmaxil-add-pkg-config-file.patch \ | 43 | file://0020-openmaxil-add-pkg-config-file.patch \ |
44 | file://0021-cmake-Disable-format-overflow-warning-as-error.patch \ | 44 | file://0021-cmake-Disable-format-overflow-warning-as-error.patch \ |
45 | " | 45 | " |
46 | |||
47 | SRC_URI_remove_toolchain-clang = "file://0021-cmake-Disable-format-overflow-warning-as-error.patch" | ||
48 | |||
46 | S = "${WORKDIR}/git" | 49 | S = "${WORKDIR}/git" |
47 | 50 | ||
48 | inherit cmake pkgconfig | 51 | inherit cmake pkgconfig |