[oe-commits] Khem Raj : gtk+_2.20.1.bb: Ask for ARM_INSTRUCTION_SET to be 'arm'

git version control git at git.openembedded.org
Thu Aug 5 15:26:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c6c9b7e640873a56698f21a6b7b9862faf0db502
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c6c9b7e640873a56698f21a6b7b9862faf0db502

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Aug  4 23:36:08 2010 -0700

gtk+_2.20.1.bb: Ask for ARM_INSTRUCTION_SET to be 'arm'

* It does not compile in thumb mode with gcc 4.5
  other version of gcc were not tested probably they
  many have problem too. For now always build using
  arm mode.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gtk+/gtk+_2.20.1.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb
index c7efb29..3013331 100644
--- a/recipes/gtk+/gtk+_2.20.1.bb
+++ b/recipes/gtk+/gtk+_2.20.1.bb
@@ -13,6 +13,8 @@ PR = "${INC_PR}.1"
 
 BBCLASSEXTEND = "native"
 
+ARM_INSTRUCTION_SET = "arm"
+
 DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-native libxext-native"
 RRECOMMENDS_${PN}_virtclass-native = ""
 PROVIDES_virtclass-native = "gdk-pixbuf-csource-native"





More information about the Openembedded-commits mailing list