diff options
| author | Jesse Gilles <jgilles@multitech.com> | 2016-05-05 11:32:23 -0500 | 
|---|---|---|
| committer | Jesse Gilles <jgilles@multitech.com> | 2016-05-05 11:32:23 -0500 | 
| commit | 8d9ed86f244f5af0ae4a94ae7da72eaa62789d4a (patch) | |
| tree | f0fea3a20550f24e723ac1199c2de8bd954d9a2c | |
| parent | 77e455dfd5439b0f5b6b28a48999fb1e2133c3c1 (diff) | |
| download | meta-mlinux-atmel-8d9ed86f244f5af0ae4a94ae7da72eaa62789d4a.tar.gz meta-mlinux-atmel-8d9ed86f244f5af0ae4a94ae7da72eaa62789d4a.tar.bz2 meta-mlinux-atmel-8d9ed86f244f5af0ae4a94ae7da72eaa62789d4a.zip | |
mlinux-factory-image: add nodejs-npm
| -rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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" | 
