summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-05 10:50:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-06 15:12:39 +0100
commitcac052cdecb4cead10cc301ce83945816110a5e1 (patch)
treee8244b945fb0521652fe55cd7e3bde27dc66d662
parent35d23eaf53181b5928a05028b6f06345c9d6b8e1 (diff)
downloadpoky-cac052cdecb4cead10cc301ce83945816110a5e1.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb2
1 files changed, 2 insertions, 0 deletions
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"
26 26
27PROVIDES += "virtual/libomxil" 27PROVIDES += "virtual/libomxil"
28 28
29CFLAGS += "-fcommon"
30
29# 31#
30# The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked. 32# The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked.
31# Make sure they get packaged in the main package. 33# Make sure they get packaged in the main package.