From 2c333731f00c0b2434e3e37fcf62ab032c8aa078 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 20 Jun 2017 14:37:26 -0500 Subject: php-fpm is a more modern replacement for php-cgi --- 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 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" -- cgit v1.2.3