diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-05 10:50:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-06 15:12:39 +0100 |
commit | cac052cdecb4cead10cc301ce83945816110a5e1 (patch) | |
tree | e8244b945fb0521652fe55cd7e3bde27dc66d662 /meta/recipes-multimedia | |
parent | 35d23eaf53181b5928a05028b6f06345c9d6b8e1 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 2 |
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 | ||
27 | PROVIDES += "virtual/libomxil" | 27 | PROVIDES += "virtual/libomxil" |
28 | 28 | ||
29 | CFLAGS += "-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. |