generic-poky/meta
Juro Bystricky 9fc63c57a8 eglibc: modified option-groups.h generation
option-groups.h only explicitely #defines options that are enabled.
EGLIBC options are typically pre-processed under the assumption that if
an option is not explicitely defined then it evaluates as 0.
This assumption is correct, but it generates a compiler warning
message each time an undefined symbol is being evaluated.
In order to remove the warnings, each EGLIBC option is now defined
as 1 if the option is enabled or as 0 otherwise.
The consequence is we cannot use #ifdef OPTION_XXX when evaluating
the option, we must always use #if OPTION_XXX.

[YOCTO #7001]

(From OE-Core rev: 7f1bdc331304a61a4836a5752bca210450b6c5b5)

Signed-off-by: Juro Bystricky <jurobystricky@hotmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-12-05 18:01:06 +00:00
..
classes image.bbclass: whitespace 2014-12-05 18:01:06 +00:00
conf bitbake.conf: remove internal flags from BB_SIGNATURE_EXCLUDE_FLAGS 2014-12-03 12:23:56 +00:00
files toolchain-shar-template.sh: fix the text files in the top dir 2014-11-20 14:08:13 +00:00
lib package_manager.py: check the result of create_index 2014-12-03 12:23:59 +00:00
recipes-bsp u-boot: update to version 2014.07 2014-11-12 15:38:31 +00:00
recipes-connectivity resolvconf: add fixes for busybox and make it work 2014-12-03 12:23:58 +00:00
recipes-core eglibc: modified option-groups.h generation 2014-12-05 18:01:06 +00:00
recipes-devtools bootchart2: fix to find collector correctly in case of multilib 2014-12-05 18:01:05 +00:00
recipes-extended bash: use EXTRA_AUTORECONF to disable autoheader 2014-12-03 12:24:00 +00:00
recipes-gnome gdk-pixbuf: use ptest-gnome 2014-11-25 13:03:30 +00:00
recipes-graphics mesa-demos: Move util to the front of the SUBDIRS variable. 2014-12-05 18:01:06 +00:00
recipes-kernel powertop: update version number from 2.6.1 to 2.7 2014-12-05 18:01:05 +00:00
recipes-lsb4 libpod-plainer-perl: Upgrade to 1.04 2014-07-17 12:28:52 +01:00
recipes-multimedia gstreamer1.0-plugins-bad.inc: Disable cocoa on configure 2014-12-05 18:01:05 +00:00
recipes-qt qt4: disable webkit for mips64 n32 temporarily 2014-12-05 18:01:05 +00:00
recipes-rt hwlatdetect: fix PV 2014-06-17 10:23:53 +01:00
recipes-sato packagegroup: Move inherit packagegroup to after PACKAGE_ARCH 2014-08-25 08:57:44 +01:00
recipes-support libxslt: create wrapper to avoid host system referencing 2014-12-05 18:01:05 +00:00
site site/common-darwin: Really fix common-darwin typo 2014-08-18 10:00:26 +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