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:38:12 +0000 |
commit | 312e9fe3f047547df4c21c8e666cc9aa70e15347 (patch) | |
tree | de6fdd6e8bd855ba97bc8b0266985ee9778da3b4 /meta/recipes-graphics/xorg-xserver | |
parent | 8413dede13efa8950b0135e09ae104a38c36649c (diff) | |
download | openembedded-core-312e9fe3f047547df4c21c8e666cc9aa70e15347.tar.gz |
recipes: Use -fcommon explicitly
This is needed with gcc 10
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.6.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.6.bb index 9218b4f69d..a1cd490394 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.6.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.6.bb @@ -8,6 +8,8 @@ SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.pat SRC_URI[md5sum] = "a98170084f2c8fed480d2ff601f8a14b" SRC_URI[sha256sum] = "6316146304e6e8a36d5904987ae2917b5d5b195dc9fc63d67f7aca137e5a51d1" +CFLAGS += "-fcommon" + # These extensions are now integrated into the server, so declare the migration # path for in-place upgrades. |