From: Adrian Bunk Date: Tue, 12 May 2020 14:14:12 +0000 (+0300) Subject: mesa: Remove -fcommon X-Git-Tag: 2020-04.2-dunfell~127 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eb47eaa3f06e49f635bd774808ddb4f28fa3d718;p=openembedded-core.git mesa: Remove -fcommon This was fixed in upstream version 20.0. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie (cherry picked from commit 1d269a3f3a84cae92e611e02082150cfd97f8258) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-graphics/mesa/mesa_20.0.2.bb b/meta/recipes-graphics/mesa/mesa_20.0.2.bb index 56ee28c870..ee0260e073 100644 --- a/meta/recipes-graphics/mesa/mesa_20.0.2.bb +++ b/meta/recipes-graphics/mesa/mesa_20.0.2.bb @@ -14,8 +14,6 @@ SRC_URI[sha256sum] = "aa54f1cb669550606aab8ceb475105d15aeb814fca5a778ce70d0fd10e UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" -CFLAGS += "-fcommon" - #because we cannot rely on the fact that all apps will use pkgconfig, #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER do_install_append() {