diff --git a/recipes-image/allgui/allgui-full-image.bb b/recipes-image/allgui/allgui-full-image.bb index 27260b8..335a5fa 100644 --- a/recipes-image/allgui/allgui-full-image.bb +++ b/recipes-image/allgui/allgui-full-image.bb @@ -21,7 +21,7 @@ IMAGE_INSTALL += " \ qt5-creator \ qwt-qt5 \ \ - nodejs \ + nodejs nodejs-npm nodejs-systemtap \ " IMAGE_LINGUAS_libc-glibc = "${IMAGE_LINGUAS_FULL}" diff --git a/recipes-image/packagegroups/packagegroup-gui-dev.bb b/recipes-image/packagegroups/packagegroup-gui-dev.bb index 5fb026b..126ff8a 100644 --- a/recipes-image/packagegroups/packagegroup-gui-dev.bb +++ b/recipes-image/packagegroups/packagegroup-gui-dev.bb @@ -32,7 +32,7 @@ RDEPENDS_${PN} = " \ man man-pages \ gawk \ chrpath \ - nodejs \ + nodejs nodejs-npm nodejs-systemtap \ \ wireshark \ nfs-utils-client \