From 8d9ed86f244f5af0ae4a94ae7da72eaa62789d4a Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 5 May 2016 11:32:23 -0500 Subject: mlinux-factory-image: add nodejs-npm --- recipes-core/images/mlinux-factory-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 128b148..38c8bc9 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -72,7 +72,7 @@ IMAGE_INSTALL += "openjdk-7-vm-zero" IMAGE_INSTALL += "php php-cli php-cgi" # Node.js support -IMAGE_INSTALL += "nodejs" +IMAGE_INSTALL += "nodejs nodejs-npm" # Multi-Tech SMS Utility (see http://git.multitech.net) IMAGE_INSTALL += "sms-utils" -- cgit v1.2.3