mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
35260008f4
commit
7e2d385e85
@@ -37,10 +37,6 @@ LIBV = "2.10.0"
|
|||||||
|
|
||||||
PACKAGES_DYNAMIC += "gtk-immodule-* gtk-printbackend-*"
|
PACKAGES_DYNAMIC += "gtk-immodule-* gtk-printbackend-*"
|
||||||
|
|
||||||
#-fomit-frame-pointer in default FULL_OPTIMIZATION will cause matchbox-panel segfault on atom-pc & emenlow
|
|
||||||
FULL_OPTIMIZATION_emenlow = "-fexpensive-optimizations -frename-registers -O2 -ggdb -feliminate-unused-debug-types"
|
|
||||||
FULL_OPTIMIZATION_atom-pc = "-fexpensive-optimizations -frename-registers -O2 -ggdb -feliminate-unused-debug-types"
|
|
||||||
|
|
||||||
python populate_packages_prepend () {
|
python populate_packages_prepend () {
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user