78d7c5f803
To use nodejs on the host (independant of the actual system) to create some static files to place onto the target rootfs nodejs can be very helpful. The provided nodejs package didn't expose the possibility to create a host package, which this commit adds. This patch contains fixes based on feedback from: - Peter Seiderer <ps.report@gmx.net> - Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Linus Kaschulla <linus@cosmos-ink.net> Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
config BR2_PACKAGE_HOST_NODEJS
|
|
bool "host nodejs"
|
|
depends on BR2_HOST_GCC_AT_LEAST_7
|
|
select BR2_PACKAGE_HOST_PYTHON3
|
|
select BR2_PACKAGE_HOST_PYTHON3_BZIP2
|
|
select BR2_PACKAGE_HOST_PYTHON3_SSL
|
|
select BR2_PACKAGE_HOST_QEMU
|
|
select BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE
|
|
help
|
|
Event-driven I/O server-side JavaScript environment based on
|
|
V8.
|
|
|
|
http://nodejs.org/
|