diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-03-16 20:17:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-17 12:33:40 +0000 |
commit | 7e2d385e85654a6041dbfc2c2f137d75a6ceae62 (patch) | |
tree | 5daebd2ce3d500afced609947ffe4b4c794101cf /meta/recipes-gnome | |
parent | 35260008f4094100ba337776a2ba5a2cece0d2c7 (diff) | |
download | poky-7e2d385e85654a6041dbfc2c2f137d75a6ceae62.tar.gz |
gtk+: remove per-machine gtk+ FULL_OPTIMIZATION in favor of tune-atom.inc
Now that the FULL_OPTIMIZATION for gtk+ has been enabled in the core
tune-atom.inc, it is no longer necessary to do so for every atom based
bsp.
(From OE-Core rev: 02bc593928735abb9ac5c85b9e94d0285a6f3e8c)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Ke Yu <ke.yu@intel.com>
CC: Richard Purdie <richard.purdie@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.22.1.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb index ce1e03e28c..246606fca5 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb | |||
@@ -37,10 +37,6 @@ LIBV = "2.10.0" | |||
37 | 37 | ||
38 | PACKAGES_DYNAMIC += "gtk-immodule-* gtk-printbackend-*" | 38 | PACKAGES_DYNAMIC += "gtk-immodule-* gtk-printbackend-*" |
39 | 39 | ||
40 | #-fomit-frame-pointer in default FULL_OPTIMIZATION will cause matchbox-panel segfault on atom-pc & emenlow | ||
41 | FULL_OPTIMIZATION_emenlow = "-fexpensive-optimizations -frename-registers -O2 -ggdb -feliminate-unused-debug-types" | ||
42 | FULL_OPTIMIZATION_atom-pc = "-fexpensive-optimizations -frename-registers -O2 -ggdb -feliminate-unused-debug-types" | ||
43 | |||
44 | python populate_packages_prepend () { | 40 | python populate_packages_prepend () { |
45 | import os.path | 41 | import os.path |
46 | 42 | ||