Go to file
Martin Jansa b2eae93d0a meta_networking_security_flags.inc: add weak assignment for lcl_maybe_fortify
Without this it breaks builds which don't include
conf/distro/include/security_flags.inc
with:
lcl_maybe_fortify = "${@base_conditional('DEBUG_BUILD','1','','-D_FORTIFY_SOURCE=2',d)}"

because then lcl_maybe_fortify isn't defined and gcc in c-ares
do_configure gets it unexpaned and fails:

configure:3926: checking whether the C compiler works
configure:3948: arm-oe-linux-gnueabi-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=softfp -mcpu=cortex-a9 -mtune=cortex-a9 -funwind-tables -rdynamic -Os
--sysroot=/OE/sysroots/MACHINE -O2 -pipe -g -feliminate-unused-debug-types
-fdebug-prefix-map=/OE/work/MACHINE-oe-linux-gnueabi/c-ares/1.10.0-r0=/usr/src/debug/c-ares/1.10.0-r0 -fdebug-prefix-map=/OE/sysroots/x86_64-linux=
-fdebug-prefix-map=/OE/sysroots/MACHINE= -Os ${lcl_maybe_fortify} -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
arm-oe-linux-gnueabi-gcc: error: ${lcl_maybe_fortify}: No such file or directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2016-08-05 09:06:49 -04:00
contrib contrib: add MIPS_INSTRUCTION_SET 2016-07-29 11:00:56 +02:00
meta-efl efl e-module.inc: fix fetching in multi-lib configs 2016-06-23 15:21:26 +02:00
meta-filesystems sshfs-fuse: update to 2.8 2016-07-29 11:00:53 +02:00
meta-gnome gtksourceview2: fix build with gcc6 2016-07-29 11:00:54 +02:00
meta-gpe fbreader: fix return code issue on gcc6 2016-06-15 12:13:16 +02:00
meta-initramfs grubby: add grubby 8.40-1 2016-07-29 11:00:58 +02:00
meta-multimedia libebml: fix do_unpack failure 2016-07-29 11:01:01 +02:00
meta-networking meta_networking_security_flags.inc: add weak assignment for lcl_maybe_fortify 2016-08-05 09:06:49 -04:00
meta-oe mercurial-native: upgrade to 3.8.4 2016-08-05 12:16:38 +02:00
meta-perl libcgi-perl: add version 4.28 to provide perl-module-cgi 2016-06-15 12:13:14 +02:00
meta-python python-mccabe: Remove unnecessary setup_requires pytest-runner 2016-08-05 12:16:38 +02:00
meta-ruby ruby.bbclass: Fix usage with python3 2016-06-13 19:06:47 +02:00
meta-systemd avahi: rename the bbappend to apply for all versions 2016-02-20 14:51:57 +01:00
meta-webserver nostromo: update to version 1.9.6 2016-08-05 12:16:38 +02:00
meta-xfce xfce4-vala: unbreak by telling configure new vala API version 2016-07-29 11:01:01 +02:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories