summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-06-20 14:37:26 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-20 14:37:26 -0500
commit2c333731f00c0b2434e3e37fcf62ab032c8aa078 (patch)
tree857c6fe575eed9a32d9c791fa4895249f86f4b61
parent366afa1928c483eaa6fd9862e28cbd4bbda315f2 (diff)
downloadmeta-mlinux-atmel-2c333731f00c0b2434e3e37fcf62ab032c8aa078.tar.gz
meta-mlinux-atmel-2c333731f00c0b2434e3e37fcf62ab032c8aa078.tar.bz2
meta-mlinux-atmel-2c333731f00c0b2434e3e37fcf62ab032c8aa078.zip
php-fpm is a more modern replacement for php-cgi
-rw-r--r--recipes-core/images/mlinux-factory-image.bb2
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"