From: Khem Raj Date: Thu, 5 Aug 2010 06:36:08 +0000 (-0700) Subject: gtk+_2.20.1.bb: Ask for ARM_INSTRUCTION_SET to be 'arm' X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c9b7e640873a56698f21a6b7b9862faf0db502;p=openembedded.git 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 --- diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb index c7efb29ce5..3013331ce0 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"