diff options
| author | Eric BENARD <eric@eukrea.com> | 2012-11-27 16:16:43 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-04 10:43:10 +0100 |
| commit | 94a59521dc54409ca2438ff5496991ed3e8d43b9 (patch) | |
| tree | 66d5927ddc45ce2969190dcd586c683bd9f020ce /meta-oe/recipes-devtools/php/php_5.3.19.bb | |
| parent | c1a900b011247193d40ed9e09371f37efee6eb13 (diff) | |
| download | meta-openembedded-94a59521dc54409ca2438ff5496991ed3e8d43b9.tar.gz | |
php: enable php-fpm
- php-fpm is an alternative PHP FastCGI implementation which seems to
be now prefered to php-fcgi
- this patch enable the build of php-fpm and packages it in its own
package
- it's tested with hiawatha on an armv5te target
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/php/php_5.3.19.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_5.3.19.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_5.3.19.bb b/meta-oe/recipes-devtools/php/php_5.3.19.bb index e96b760789..27baa1d79c 100644 --- a/meta-oe/recipes-devtools/php/php_5.3.19.bb +++ b/meta-oe/recipes-devtools/php/php_5.3.19.bb | |||
| @@ -13,6 +13,8 @@ SRC_URI_append_pn-php += "file://iconv.patch \ | |||
| 13 | file://pear-makefile.patch \ | 13 | file://pear-makefile.patch \ |
| 14 | file://phar-makefile.patch \ | 14 | file://phar-makefile.patch \ |
| 15 | file://php_exec_native.patch \ | 15 | file://php_exec_native.patch \ |
| 16 | file://fix-fpm-cross-compile.patch \ | ||
| 17 | file://php-fpm.conf \ | ||
| 16 | " | 18 | " |
| 17 | 19 | ||
| 18 | SRC_URI[md5sum] = "e1d2a3ec7849d4b3032bd1abf1916aa4" | 20 | SRC_URI[md5sum] = "e1d2a3ec7849d4b3032bd1abf1916aa4" |
