diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:07:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:08:10 +0100 |
commit | 511abe9167adea3e8950fffb358a4ee6ff1f4be4 (patch) | |
tree | 4eacf43fc78fe420fdb82c2879ea8a9556001c83 /meta/classes/insane.bbclass | |
parent | c88832587dd280f61b085b22b677945ed10052e1 (diff) | |
download | poky-511abe9167adea3e8950fffb358a4ee6ff1f4be4.tar.gz |
classes: Use linux-uclibceabi instead of linux-uclibgnuceabi for os portion of triplet
(From OE-Core rev: 7aa1671941222e6dcd94fd943ede9e75f6c9f5ed)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 812438494b..22a5086c15 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -75,7 +75,7 @@ def package_qa_get_machine_dict(): | |||
75 | "arm" : (40, 0, 0, True, 32), | 75 | "arm" : (40, 0, 0, True, 32), |
76 | "armeb" : (40, 0, 0, False, 32), | 76 | "armeb" : (40, 0, 0, False, 32), |
77 | }, | 77 | }, |
78 | "linux-uclibcgnueabi" : { | 78 | "linux-uclibceabi" : { |
79 | "arm" : (40, 0, 0, True, 32), | 79 | "arm" : (40, 0, 0, True, 32), |
80 | "armeb" : (40, 0, 0, False, 32), | 80 | "armeb" : (40, 0, 0, False, 32), |
81 | }, | 81 | }, |