From cac052cdecb4cead10cc301ce83945816110a5e1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 Aug 2020 10:50:09 -0700 Subject: libomxil: Use -fcommon compiler option This ensures that when compiler defaults become -fno-common it still keeps compiling (From OE-Core rev: 5fa3c1ff157047f433f25b8b9952f99445d32538) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb index 271c2a30a3..2061c280e4 100644 --- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb +++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb @@ -26,6 +26,8 @@ EXTRA_OECONF += "--disable-doc --disable-Werror" PROVIDES += "virtual/libomxil" +CFLAGS += "-fcommon" + # # The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked. # Make sure they get packaged in the main package. -- cgit v1.2.3-54-g00ecf