mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
packagegroup-meta-oe: include nodejs without meta-python2 conditional
* it doesn't depend on meta-python2 since:
commit eaf9cfb018
Author: Martin Jansa <martin.jansa@gmail.com>
Date: Thu Jan 23 17:44:06 2020 +0100
nodejs: use python3native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
ff5ae4c168
commit
50fde57732
@@ -113,14 +113,13 @@ RDEPENDS_packagegroup-meta-oe-devtools ="\
|
||||
giflib grpc icon-slicer iptraf-ng jq jsoncpp jsonrpc json-spirit \
|
||||
kconfig-frontends lemon libedit libgee libsombok3 \
|
||||
libubox log4cplus lshw ltrace lua mcpp memstat mercurial \
|
||||
mpich msgpack-c nlohmann-json openocd pax-utils \
|
||||
mpich msgpack-c nlohmann-json nodejs openocd pax-utils \
|
||||
ipc-run libdbd-mysql-perl libdbi-perl libio-pty-perl php \
|
||||
protobuf protobuf-c \
|
||||
rapidjson serialcheck sip3 tclap uftrace uw-imap valijson \
|
||||
xmlrpc-c yajl yasm \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany geany-plugins glade tk", "", d)} \
|
||||
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "nodejs", "", d)} \
|
||||
"
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-meta-oe-devtools_remove_armv5 = "uftrace nodejs"
|
||||
RDEPENDS_packagegroup-meta-oe-devtools_remove_mipsarch = "uftrace lshw"
|
||||
|
||||
Reference in New Issue
Block a user