Since there are no direct dependencies on nodejs/nodejs-npm in any meta-arago recipes, we are removing the dependency to reduce the build time. If another layer using meta-arago needs nodejs/nodejs-npm then they should have the dependency for those packaged in their recipes.
Signed-off-by: Ryan Eatmon <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index 6954e933..aaf53f3d 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -76,8 +76,6 @@ UTILS:append:dra7xx = " \ #" EXTRA_PACKAGES = " \ - nodejs \ - nodejs-npm \ protobuf \ ccief-basic \ python3-pip \ -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15394): https://lists.yoctoproject.org/g/meta-arago/message/15394 Mute This Topic: https://lists.yoctoproject.org/mt/106722977/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
