generic-poky/meta
Kevin Hao 3167580e79 u-boot: fix extern inline build errors for gcc 5
The gcc 5 change its default standard from gnu89 to gnu11. These two
standards do have different semantics for inline functions. And the
gcc 5 will emit the following errors on the "extern inline" functions:
    arch/powerpc/cpu/mpc8xxx/fsl_lbc.o: In function `ld_le16':
    ./arch/powerpc/include/asm/byteorder.h:12: multiple definition of `ld_le16'
    arch/powerpc/cpu/mpc8xxx/fdt.o:./arch/powerpc/include/asm/byteorder.h:12: first defined here

Fix these build errors by using "-fgnu89-inline" to enforce the gnu89
inline semantics as suggested in [1].

[1] https://gcc.gnu.org/gcc-5/porting_to.html

(From OE-Core rev: a1c83bb5556837d31d934b9af130cdbac19d5e97)

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-01 07:34:03 +01:00
..
classes pixbufcache: Use sceneQueueComplete event to simplify usage 2015-07-31 10:32:45 +01:00
conf arch-armv7a.inc, feature-arm-vfp.inc: add tunes for vfpv3 and vfpv3d16 2015-07-31 10:32:45 +01:00
files extensible sdk: Error when trying to install as root. 2015-07-20 10:40:40 +01:00
lib sshcontrol: Use os.environ.copy() instead of copy.copy() 2015-07-31 10:32:45 +01:00
recipes-bsp u-boot: fix extern inline build errors for gcc 5 2015-08-01 07:34:03 +01:00
recipes-connectivity bind: upgrade to 9.10.2-P2 2015-07-31 10:32:44 +01:00
recipes-core initscripts: urandom: respect ${localstatedir} instead of hardcoding /var 2015-07-31 10:32:38 +01:00
recipes-devtools elfutils: fix stack usage warning 2015-07-31 10:32:44 +01:00
recipes-extended man-pages: 4.00 -> 4.01 2015-07-31 10:32:44 +01:00
recipes-gnome gtk+: require either x11 or directfb DISTRO_FEATURES to be set 2015-07-23 08:48:40 +01:00
recipes-graphics libepoxy: Don't try to use python3 during configuration 2015-07-31 10:32:37 +01:00
recipes-kernel linux-firmware: upgrade to commit 75cc3ef8ba6712fd72c073b17a790282136cc743 2015-07-31 10:32:37 +01:00
recipes-lsb4 libpng12: Upgrade 1.2.52 -> 1.2.53 2015-05-24 07:19:20 +01:00
recipes-multimedia pulseaudio: rdepend on modules referenced by start-pulseaudio-x11 2015-07-20 10:40:41 +01:00
recipes-qt nativesdk-qt4-tools: depend on nativesdk-qt4-tools only if DISTRO_FEATURES includes x11 2015-07-27 23:29:15 +01:00
recipes-rt rt-tests: bump version to v0.92 2015-06-23 11:47:21 +01:00
recipes-sato midori: Depend on Adwaita, not gnome-icon-theme 2015-07-16 15:09:18 +01:00
recipes-support gnupg: 2.1.5 -> 2.1.6 2015-07-31 10:32:42 +01:00
site common-glibc: define bash_cv_getcwd_malloc 2015-07-23 08:48:40 +01:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt meta/recipes.txt: add recipes-lsb4 2013-04-10 09:23:17 +01:00