diff options
author | Mike Westerhof <mwester@dls.net> | 2007-03-09 00:07:31 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2007-03-09 00:07:31 +0000 |
commit | af9ed67a48371bce6bf02cc7dc191ac1ada9325e (patch) | |
tree | 38d9b7fd0a670498a3502250edc91b4954cecd8b /packages/meta/slugos-native.bb | |
parent | 16c7704c59a0132f8115ec7aa46a667fb8d2383d (diff) |
slugos.inc, slugos-native.bb: nail madwifi-ng to a specific version
and remove monotone-6 in hopes of getting the feeds to build once again.
Diffstat (limited to 'packages/meta/slugos-native.bb')
-rw-r--r-- | packages/meta/slugos-native.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/meta/slugos-native.bb b/packages/meta/slugos-native.bb index 3b4023ba45..281310a2dd 100644 --- a/packages/meta/slugos-native.bb +++ b/packages/meta/slugos-native.bb @@ -78,9 +78,12 @@ SLUGOS_NATIVE = "\ # even on a thumb system (and this can be set in the tool's .bb file), # however even this doesn't work for very large programs at present # (only monotone!) -SLUGOS_NATIVE_THUMB_BROKEN = "\ - monotone-6 \ - " +####### *-*-* TEMPORARY: mwester - remove monotone as it wont' build. +#SLUGOS_NATIVE_THUMB_BROKEN = "\ +# monotone-6 \ +# " +SLUGOS_NATIVE_THUMB_BROKEN = "" +###### *-*-* SLUGOS_NATIVE_THUMB_BROKEN_thumb = "" |