[oe-commits] [openembedded-core] 08/18: libffi: fix a typo (mips)

git at git.openembedded.org git at git.openembedded.org
Sat Aug 20 15:09:39 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 45b27564324c754a34a1930437a7167079fe1ee4
Author: André Draszik <git at andred.net>
AuthorDate: Fri Aug 19 11:49:02 2016 +0100

    libffi: fix a typo (mips)
    
    While code elsewhere checks for
    MIPS_INSTRUCTION_SET == mips16e in order to decide how
    to compile, hence the typo doesn't affect behaviour, the
    intention was to set it to 'mips', as is done everywhere
    else. Fixing the typo also helps to avoid confusion.
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/libffi/libffi_3.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libffi/libffi_3.2.1.bb b/meta/recipes-support/libffi/libffi_3.2.1.bb
index 42ab108..0aff3f5 100644
--- a/meta/recipes-support/libffi/libffi_3.2.1.bb
+++ b/meta/recipes-support/libffi/libffi_3.2.1.bb
@@ -25,6 +25,6 @@ FILES_${PN}-dev += "${libdir}/libffi-${PV}"
 
 # Doesn't compile in MIPS16e mode due to use of hand-written
 # assembly
-MIPS_INSTRUCTION_SET = "mips16"
+MIPS_INSTRUCTION_SET = "mips"
 
 BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list