From c6c9b7e640873a56698f21a6b7b9862faf0db502 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Aug 2010 23:36:08 -0700 Subject: [PATCH] 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 --- recipes/gtk+/gtk+_2.20.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5