generic-poky/meta/recipes-core
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
..
base-files base-files: avoid overwritting editable files during package updating 2014-12-03 12:23:59 +00:00
base-passwd base-passwd: install passwd and group atomically 2014-07-10 17:38:32 +01:00
busybox ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption 2014-11-09 10:21:23 +00:00
console-tools console-tools: Remove floating runtime dependency on flex 2014-04-24 17:55:13 +01:00
coreutils coreutils: selinux/flask.h should respect to with_selinux 2014-09-29 12:12:42 +01:00
dbus dbus: don't use PTEST_ENABLED as recipe doesn't inherit ptest 2014-12-05 18:01:04 +00:00
dbus-wait recipes: Add missing pkgconfig class inherits 2014-06-03 16:49:19 +01:00
dropbear dropbear: add pam modules dependencies 2014-09-16 22:14:04 +01:00
expat recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) 2014-02-20 14:28:13 +00:00
feed-config Replace one-line DESCRIPTION with SUMMARY 2014-01-02 12:50:18 +00:00
gettext Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it. 2014-05-02 20:46:59 +01:00
glib-2.0 glib-2.0: fix mount detection 2014-09-10 11:33:25 +01:00
glib-networking glib-networking: Inherit gettext 2014-08-15 18:21:48 +01:00
glibc eglibc: modified option-groups.h generation 2014-12-05 18:01:06 +00:00
images build-appliance-image: Update to dizzy head revision 2014-10-18 16:16:38 +02:00
init-ifupdown recipes: bump PRs 2014-03-05 17:36:37 +00:00
initrdscripts init-install: Skip CDROM devices during probe 2014-08-02 09:26:17 +01:00
initscripts initscripts: avoid overwritting editable files during package updating 2014-12-03 12:23:59 +00:00
jpeg recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) 2014-02-20 14:28:13 +00:00
kbd kbd: Upgrade to 2.0.2 2014-07-17 12:28:51 +01:00
libcgroup Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-04-25 17:19:19 +01:00
libxml libxml2: fix CVE-2014-3660 2014-10-24 17:36:16 +01:00
meta meta-environment: Fix config-site with a multilib config 2014-11-12 15:38:33 +00:00
ncurses ncurses: enable-pc-files requires PKG_CONFIG_LIBDIR existed 2014-10-10 18:18:02 +01:00
netbase netbase: upgrade to 5.3 2014-11-25 13:03:25 +00:00
os-release os-release: Adding a new recipe for operating system identification 2014-09-10 11:33:24 +01:00
packagegroups packagegroup-self-hosted: add git-perltools 2014-11-06 16:45:18 +00:00
psplash psplash: update to latest git version 2014-11-06 16:45:20 +00:00
readline readline: Patch for readline multikey dispatch issue 2014-11-08 11:14:31 +00:00
sysfsutils recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) 2014-02-20 14:28:13 +00:00
systemd systemd: add PACKAGECONFIG for 'manpages' 2014-12-05 18:01:05 +00:00
sysvinit sysvinit-inittab: Disable the carrier detect requirement for serial consoles 2014-11-20 14:08:10 +00:00
uclibc uclibc: Support systemd builds 2014-08-27 12:12:32 +01:00
udev udev: fix uevent-helper disable 2014-11-04 10:27:10 +00:00
update-rc.d update-rc.d: fix to handle priority numbers correctly 2014-06-01 14:29:30 +01:00
util-linux util-linux: break out util-linux-getopt 2014-11-20 14:08:11 +00:00
volatile-binds volatile-binds: use ${PN} for SYSTEMD_SERVICE 2014-09-29 12:12:44 +01:00
zlib zlib: obey LDFLAGS for tests 2014-09-22 13:04:21 +01:00