generic-poky/meta
Zhai Edwin 3a530fb3a3 Fix the matchbox-panel seg fault on netbook & emenlow
netbook & emenlow use "-march=core2"(in tune-atom.inc) instead of "=i586"(for
qemux86), plus the "-fomit-frame-pointer" in default FULL_OPTIMIZATION, this
cause strange seg fault when starting matchbox-panel.

seg fault happened @ tmp_reset_bg (gtk+-2.20.1/gdk/x11/gdkwindow-x11.c), which
is inline function extended inside _gdk_x11_window_tmp_unset_bg. When expanding
GDK_DRAWABLE_XID(obj->bg_pixmap) with gcc 4.5.0 optimization, a function call
is missing. Saving a local var to stack also disappeared, but still tried to
restore it from stack, which cause seg fault after getting a worng value.

This fix avoid "-fomit-frame-pointer" in gtk+ on netbook & emenlow.

[BUGID #224] fixed by this.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-10 11:47:21 +01:00
..
classes image.bbclass: change IMAGE_EXTRA_SPACE to IMAGE_OVERHEAD_FACTOR 2010-09-08 16:36:53 -07:00
conf poky-default-revisions.inc: Fix variable order for linux-wrs recipes 2010-09-09 15:17:50 +01:00
files device_table-minimal.txt: Sync with OE (remove dubious /bin/ entries, create /dev directory) 2007-09-01 23:46:41 +00:00
lib/oe distro_check: fix for natives, cross, and initial recipe types 2010-09-02 09:38:35 +01:00
packages trace-cmd: add to profiling recommends 2010-09-09 15:03:32 +01:00
recipes-bsp setserial: add patch to fix missing stdlib header 2010-09-02 15:19:34 -07:00
recipes-connectivity Fix broken references to libcheck 2010-09-03 23:31:07 +01:00
recipes-core netbase: Don't hardcode the qemu IP config 2010-09-10 11:38:34 +01:00
recipes-devtools gnu-config: Fix target version to contain all the substitutions and not overwrite the first half with the second set of changes 2010-09-10 10:45:55 +01:00
recipes-extended libzypp: change /usr/lib64 to /usr/lib 2010-09-09 16:56:37 +01:00
recipes-gnome Fix the matchbox-panel seg fault on netbook & emenlow 2010-09-10 11:47:21 +01:00
recipes-graphics clutter-mozembed: move patches back into meta-moblin 2010-09-03 18:33:25 -07:00
recipes-kernel linux-wrs: Update now SRCREV variable order is fixed 2010-09-09 15:19:23 +01:00
recipes-multimedia packages: Separate out most of the remaining packages into recipes 2010-09-01 19:09:57 +01:00
recipes-qt QT4 mips: disable the LDFLAGS "-Bsymbolic-functions" 2010-09-07 15:58:10 +01:00
recipes-sato poky-image: Set LICENSE field for the image recipes (note this doesn't apply to the image contents, just the recipe and code used 2010-09-07 18:05:16 +01:00
recipes-support packages: Separate out most of the remaining packages into recipes 2010-09-01 19:09:57 +01:00
recipes-tbd packages: Separate out most of the remaining packages into recipes 2010-09-01 19:09:57 +01:00
site dpkg: fix powerpc and mips build failure 2010-09-02 09:50:49 +01:00
COPYING.MIT Add missing licence files (COPYING.MIT) 2006-07-23 13:52:32 +00:00
recipes.txt Major layout change to the packages directory 2010-08-27 15:29:45 +01:00