diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-05-12 17:14:11 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-14 14:15:11 +0100 |
commit | e50227342d846b921bf835f8840ef95ca1738012 (patch) | |
tree | 836f39d9edb7c2bf94d55d1e50335c6b3b8d8175 /meta/recipes-graphics | |
parent | 5d7f1d83c37d6de8c3e384b85e8fc636ca857188 (diff) | |
download | poky-e50227342d846b921bf835f8840ef95ca1738012.tar.gz |
xorg-xserver: Remove -fcommon
This was fixed in upstream version 1.20.8.
(From OE-Core rev: be3457c76b3381d216087256effcbb3a0cb0356c)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb index 3f7fbe85b8..26815feb33 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb | |||
@@ -9,8 +9,6 @@ SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.pat | |||
9 | SRC_URI[md5sum] = "a770aec600116444a953ff632f51f839" | 9 | SRC_URI[md5sum] = "a770aec600116444a953ff632f51f839" |
10 | SRC_URI[sha256sum] = "d17b646bee4ba0fb7850c1cc55b18e3e8513ed5c02bdf38da7e107f84e2d0146" | 10 | SRC_URI[sha256sum] = "d17b646bee4ba0fb7850c1cc55b18e3e8513ed5c02bdf38da7e107f84e2d0146" |
11 | 11 | ||
12 | CFLAGS += "-fcommon" | ||
13 | |||
14 | # These extensions are now integrated into the server, so declare the migration | 12 | # These extensions are now integrated into the server, so declare the migration |
15 | # path for in-place upgrades. | 13 | # path for in-place upgrades. |
16 | 14 | ||