On Fri, Feb 21 2020 at 09:22 +0100, Juergen Borleis <j...@pengutronix.de> wrote:
> Am Dienstag, den 04.02.2020, 08:53 +0100 schrieb Ulrich Ölmann:
>> […]
>> diff --git a/rules/nodejs.in b/rules/nodejs.in
>> index e4ac11568bcc..6d23f94ef8b7 100644
>> --- a/rules/nodejs.in
>> +++ b/rules/nodejs.in
>> @@ -1,48 +1,20 @@
>> -## SECTION=staging
>> -## old section:
>> -### SECTION=bytecode_engines
>> +## SECTION=bytecode_engines
>>  
>>  menuconfig NODEJS
>>      tristate
>> -    prompt "nodejs                        "
>> +    prompt "Node.js                       "
>>      select HOST_NODEJS
>> +    select C_ARES
>> +    select LIBUV
>>      select OPENSSL
>>      select ZLIB
>>      help
>> -      evented I/O for V8 javascript
>> -
>> -      Node.js is a platform built on Chrome's JavaScript runtime
>> -      for easily building fast, scalable network
>> -      applications. Node.js uses an event-driven, non-blocking I/O
>> -      model that makes it lightweight and efficient, perfect for
>> -      data-intensive real-time applications that run across
>> -      distributed devices.
>> -
>> -      STAGING: remove in ptxdist-2020.06.0
>> -      Old version that need to be updated. Fails to build with gcc >= 7.x.
>> -
>> -
>> -if NODEJS
>> -
>> -config NODEJS_NPM
>> -    bool
>> -    prompt "install npm on target"
>> […]
>
> Since you remove all sub-menu entries, you should switch the whole entry from
> "menuconfig" to "config" as well.

Switched to "config" in v6 of the patch series.

Best regards
Ulrich
-- 
Pengutronix e.K.                           | Ulrich Ölmann               |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to