summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 727998c..a8428dc 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -211,7 +211,7 @@ do_compile() {
211def jdk_arch(d): 211def jdk_arch(d):
212 import bb 212 import bb
213 213
214 target_arch = bb.data.getVar('TRANSLATED_TARGET_ARCH', d, 1) 214 target_arch = d.getVar('TRANSLATED_TARGET_ARCH', True)
215 215
216 if target_arch in ['i386', 'i486', 'i586', 'i686']: 216 if target_arch in ['i386', 'i486', 'i586', 'i686']:
217 return "x86" 217 return "x86"