diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-29 10:44:13 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-30 23:39:09 +0000 |
commit | 46827b861626386c5c6db6f400616a797e181233 (patch) | |
tree | bb0b52f412daaaa2f9510a72cf60dbdcf4071d51 /meta/recipes-graphics/mesa | |
parent | 29354c8738a71aa380077a7745f68e18b4a914e0 (diff) | |
download | poky-46827b861626386c5c6db6f400616a797e181233.tar.gz |
recipes: Use -fcommon explicitly
This is needed with gcc 10
(From OE-Core rev: 312e9fe3f047547df4c21c8e666cc9aa70e15347)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_19.2.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_19.2.4.bb b/meta/recipes-graphics/mesa/mesa_19.2.4.bb index 46ecee3a73..115663b066 100644 --- a/meta/recipes-graphics/mesa/mesa_19.2.4.bb +++ b/meta/recipes-graphics/mesa/mesa_19.2.4.bb | |||
@@ -13,6 +13,8 @@ SRC_URI[sha256sum] = "09000a0f7dbbd82e193b81a8f1bf0c118eab7ca975c0329181968596e5 | |||
13 | 13 | ||
14 | UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" |
15 | 15 | ||
16 | CFLAGS += "-fcommon" | ||
17 | |||
16 | #because we cannot rely on the fact that all apps will use pkgconfig, | 18 | #because we cannot rely on the fact that all apps will use pkgconfig, |
17 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER | 19 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER |
18 | do_install_append() { | 20 | do_install_append() { |