summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-03-24 17:46:57 +0100
committerKhem Raj <raj.khem@gmail.com>2021-03-28 12:12:57 -0700
commita338989c638034b18b993e05d536c4a9547cef44 (patch)
treef4fe0ab4805ed2bd5ada68a1f8f6ec267fdc1814
parent1687dd7c2dd067796ceba981098d570455de22c6 (diff)
downloadmeta-openembedded-a338989c638034b18b993e05d536c4a9547cef44.tar.gz
packagegroup-meta-oe: include nodejs without meta-python2 conditional
* it doesn't depend on meta-python2 since: commit eaf9cfb01864a7a64c6ba4142283a8cf76cadd9a 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: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 784c5d325..3c8b97066 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -263,7 +263,7 @@ RDEPENDS_packagegroup-meta-oe-devtools ="\
263 mpich \ 263 mpich \
264 msgpack-c \ 264 msgpack-c \
265 mercurial \ 265 mercurial \
266 ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "nodejs", "", d)} \ 266 nodejs \
267 openocd \ 267 openocd \
268 pax-utils \ 268 pax-utils \
269 ipc-run \ 269 ipc-run \