diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-04 11:41:20 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-04 11:41:20 +0200 |
commit | e7b6b32c5db122bced1466e5affea4ca53b6cbb9 (patch) | |
tree | f6f7afe8773ba9ddbd781e2e37935ab9dc5ef722 /package/ruby/Config.in | |
parent | 05e4b940c94e883afde697c07a37d8a47c81b33e (diff) |
package: get rid of ".. has no inherent support for AVR32" comments
These are probaly out of date by now, and lack of special handling for
avr32 doesn't mean that a package won't work on avr32, so remove them.
Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}'
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ruby/Config.in')
-rw-r--r-- | package/ruby/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/ruby/Config.in b/package/ruby/Config.in index 518302aa0..c18d8ade2 100644 --- a/package/ruby/Config.in +++ b/package/ruby/Config.in @@ -1,6 +1,3 @@ -comment "ruby has no inherent support for AVR32" - depends on BR2_avr32 && BR2_PACKAGE_RUBY - config BR2_PACKAGE_RUBY bool "ruby" depends on BR2_USE_WCHAR |