From: Khem Raj Date: Tue, 28 Jun 2011 01:40:51 +0000 (-0700) Subject: uclibc.inc: Use ARCH_WANTS_{LITTLE|BIG}_ENDIAN to denote endian X-Git-Tag: 2011-1~927 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f9eeb4c631006079a707e24a2ab6f717587e51da;p=openembedded-core.git uclibc.inc: Use ARCH_WANTS_{LITTLE|BIG}_ENDIAN to denote endian ARCH_{BIG|LITTLE}_ENDIAN is governed by ARCH_WANTS_{LITTLE|BIG}_ENDIAN therefore we tame the superior Signed-off-by: Khem Raj --- diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index 06c0f5de39..ce133626be 100644 --- a/meta/recipes-core/uclibc/uclibc.inc +++ b/meta/recipes-core/uclibc/uclibc.inc @@ -164,7 +164,7 @@ python () { "/^### FPU$/a\\\n%s\n\n" % (["UCLIBC_HAS_FPU=y","# UCLIBC_HAS_FPU is not set"][bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]]), d) if "${UCLIBC_ENDIAN}": bb.data.setVar('configmangle_append', - "/^### ABI$/a\\\nARCH_%s_ENDIAN=y\n\n" % ("${UCLIBC_ENDIAN}"), + "/^### ABI$/a\\\nARCH_WANTS_%s_ENDIAN=y\n\n" % ("${UCLIBC_ENDIAN}"), d) if "${UCLIBC_ABI}": bb.data.setVar('configmangle_append',