diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-04 23:36:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-05 08:25:51 -0700 |
commit | c6c9b7e640873a56698f21a6b7b9862faf0db502 (patch) | |
tree | 1a4f54cb0e70e3f377cf54d4e4e0f7d9aace0a89 /recipes/gtk+ | |
parent | 6f60e126a65038d1174d70b397a179cee4b5676c (diff) |
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@gmail.com>
Diffstat (limited to 'recipes/gtk+')
-rw-r--r-- | 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 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" |