[oe-commits] : insane.bbclass: fix sh4 / uclibc bug#4459

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Sep 21 05:20:41 UTC 2008


Module: OE.dev
Branch: org.openembedded.stable
Commit: 5f26f2c29348b2db5d2605762821c47ceb5ca9a6
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=5f26f2c29348b2db5d2605762821c47ceb5ca9a6

Author:  <xjqian at openembedded.org>
Date:   Fri Sep 19 17:07:03 2008 +0000

insane.bbclass: fix sh4 / uclibc  bug#4459
arked by Koen and xjqian

---

 classes/insane.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index 840ebf6..83272da 100644
--- a/classes/insane.bbclass
+++ b/classes/insane.bbclass
@@ -60,6 +60,7 @@ def package_qa_get_machine_dict():
                         "i686":       (   3,     0,    0,          True,          True),
                         "mipsel":     (   8,     0,    0,          True,          True),
                         "avr32":      (6317,     0,    0,          False,         True),
+                        "sh4":        (  42,     0,    0,          True,          True),
                       },
             "uclinux-uclibc" : {
                         "bfin":       ( 106,     0,    0,          True,         True),





More information about the Openembedded-commits mailing list