mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
recipes: Use -fcommon explicitly
This is needed with gcc 10 (From OE-Core rev: 312e9fe3f047547df4c21c8e666cc9aa70e15347) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "cb1c1e45993a3bd2438543fd4332d70f1726a6e6ff97dc613a8258c993
|
||||
|
||||
# CFLAGS are computed in Makefile and reference CCOPTS
|
||||
#
|
||||
EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"
|
||||
EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS} -fcommon'"
|
||||
|
||||
@@ -44,6 +44,8 @@ PACKAGECONFIG ??= "readline"
|
||||
PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
||||
PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
do_install_prepend () {
|
||||
mkdir -p ${D}${bindir}
|
||||
install -d ${D}${bindir} ${D}${mandir}/man1
|
||||
|
||||
@@ -27,6 +27,8 @@ BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
|
||||
TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error"
|
||||
CPPFLAGS_append_class-nativesdk = " -Wno-error"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
API = "--disable-obsolete-api"
|
||||
EXTRA_OECONF += "${API}"
|
||||
|
||||
|
||||
@@ -92,6 +92,8 @@ EXTRA_OECMAKE_append_class-nativesdk = "\
|
||||
-DLLVM_CONFIG_PATH=${STAGING_BINDIR_NATIVE}/llvm-config${PV} \
|
||||
"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
do_configure_prepend() {
|
||||
# Fix paths in llvm-config
|
||||
sed -i "s|sys::path::parent_path(CurrentPath))\.str()|sys::path::parent_path(sys::path::parent_path(CurrentPath))).str()|g" ${S}/tools/llvm-config/llvm-config.cpp
|
||||
|
||||
@@ -21,6 +21,8 @@ inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-gssapi"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
do_install_append() {
|
||||
chown root:root ${D}${sysconfdir}/netconfig
|
||||
}
|
||||
|
||||
@@ -21,6 +21,8 @@ inherit autotools pkgconfig features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
FILES_${PN} = "${bindir}/* \
|
||||
${datadir}/matchbox \
|
||||
${sysconfdir}/matchbox \
|
||||
|
||||
@@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9
|
||||
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/lxde/files/menu-cache/1.1/"
|
||||
|
||||
inherit autotools gettext pkgconfig gtk-doc
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
@@ -13,6 +13,8 @@ SRC_URI[sha256sum] = "09000a0f7dbbd82e193b81a8f1bf0c118eab7ca975c0329181968596e5
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\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() {
|
||||
|
||||
@@ -8,6 +8,8 @@ SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.pat
|
||||
SRC_URI[md5sum] = "a98170084f2c8fed480d2ff601f8a14b"
|
||||
SRC_URI[sha256sum] = "6316146304e6e8a36d5904987ae2917b5d5b195dc9fc63d67f7aca137e5a51d1"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
# These extensions are now integrated into the server, so declare the migration
|
||||
# path for in-place upgrades.
|
||||
|
||||
|
||||
@@ -17,3 +17,5 @@ FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules"
|
||||
FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
@@ -23,6 +23,8 @@ CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
do_install_append () {
|
||||
# Create a symlink to ndbm.h and gdbm.h in include/gdbm to let other packages to find
|
||||
# these headers
|
||||
|
||||
Reference in New Issue
Block a user