mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/nodejs: clean up DEPENDENCIES
One per line, and alphabetical (was already the case for host).
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[yann.morin.1998@free.fr: all host dependencies first]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit fb5aad3024)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8ce01bc880
commit
09c422606a
@@ -7,10 +7,21 @@
|
||||
NODEJS_VERSION = 14.18.3
|
||||
NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
|
||||
NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION)
|
||||
NODEJS_DEPENDENCIES = host-qemu host-pkgconf host-python3 host-nodejs c-ares \
|
||||
libuv zlib nghttp2 \
|
||||
NODEJS_DEPENDENCIES = \
|
||||
host-nodejs \
|
||||
host-pkgconf \
|
||||
host-python3 \
|
||||
host-qemu \
|
||||
c-ares \
|
||||
libuv \
|
||||
nghttp2 \
|
||||
zlib \
|
||||
$(call qstrip,$(BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS))
|
||||
HOST_NODEJS_DEPENDENCIES = host-icu host-libopenssl host-pkgconf host-python3 \
|
||||
HOST_NODEJS_DEPENDENCIES = \
|
||||
host-icu \
|
||||
host-libopenssl \
|
||||
host-pkgconf \
|
||||
host-python3 \
|
||||
host-zlib
|
||||
NODEJS_INSTALL_STAGING = YES
|
||||
NODEJS_LICENSE = MIT (core code); MIT, Apache and BSD family licenses (Bundled components)
|
||||
|
||||
Reference in New Issue
Block a user