diff options
| author | John Klug <john.klug@multitech.com> | 2017-06-20 14:37:26 -0500 | 
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2017-06-20 14:37:26 -0500 | 
| commit | 2c333731f00c0b2434e3e37fcf62ab032c8aa078 (patch) | |
| tree | 857c6fe575eed9a32d9c791fa4895249f86f4b61 | |
| parent | 366afa1928c483eaa6fd9862e28cbd4bbda315f2 (diff) | |
| download | meta-mlinux-2c333731f00c0b2434e3e37fcf62ab032c8aa078.tar.gz meta-mlinux-2c333731f00c0b2434e3e37fcf62ab032c8aa078.tar.bz2 meta-mlinux-2c333731f00c0b2434e3e37fcf62ab032c8aa078.zip | |
php-fpm is a more modern replacement for php-cgi
| -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 9da3040..46a3115 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -74,7 +74,7 @@ IMAGE_INSTALL += "ruby-serialport"  # IMAGE_INSTALL += "openjdk-7-vm-zero"  # PHP support -IMAGE_INSTALL += "php php-cli php-cgi" +IMAGE_INSTALL += "php php-cli php-fpm"  # Node.js support  IMAGE_INSTALL += "nodejs nodejs-npm" | 
