From: Adrian Bunk Date: Tue, 12 May 2020 14:14:12 +0000 (+0300) Subject: mesa: Remove -fcommon X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11138 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d269a3f3a84cae92e611e02082150cfd97f8258;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: Remove -fcommon This was fixed in upstream version 20.0. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa_20.0.2.bb b/meta/recipes-graphics/mesa/mesa_20.0.2.bb index 56ee28c8703..ee0260e073b 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() {