summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2020-05-06 09:24:30 +0200
committerSteve Sakoman <steve@sakoman.com>2020-06-16 17:06:39 -1000
commit4745fcf05736c3e26601769c4fdcd1a5ec25efb3 (patch)
tree5c1b643f3ca05502c431ee7743fd175fa073bb31 /meta/recipes-extended
parent1497ec4e8e0a2244154486feea8292b0b37d5249 (diff)
downloadopenembedded-core-contrib-4745fcf05736c3e26601769c4fdcd1a5ec25efb3.tar.gz
libtirpc: remove extra "-fcommon" from CFLAGS
commit daed7eedba ("Avoid multiple-definiton with gcc -fno-common") of libtirpc fixed the -fno-common issues. Therefore it should be save to remove the extra "-fcommon" in CFLAGS. Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9e4546701775fe98532f011f5ad146cfb1b33715) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb b/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb
index 6100d157e5..10a324c3b6 100644
--- a/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb
+++ b/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb
@@ -19,8 +19,6 @@ inherit autotools pkgconfig
EXTRA_OECONF = "--disable-gssapi"
-CFLAGS += "-fcommon"
-
do_install_append() {
chown root:root ${D}${sysconfdir}/netconfig
}