diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-19 14:46:59 +0100 |
|---|---|---|
| committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-27 16:39:31 +0100 |
| commit | 128283fee4a3bf82c5116cf7371312e1461d1fcf (patch) | |
| tree | ea92e30604a656268d59db364ba0a429541fd4f4 /meta-webserver/recipes-php/modphp/modphp_5.5.2.bb | |
| parent | e25a025f9ed15f37c114e84484df3d77d392c09a (diff) | |
| download | meta-openembedded-128283fee4a3bf82c5116cf7371312e1461d1fcf.tar.gz | |
modphp: update to 5.5.2
* LIC_FILES_CHKSUM needed to change because the copyright year changed
* Enabled mcrypt since upstream recommend this for acceptable
performance (and we now have a libmcrypt recipe in meta-oe)
* Disabled the opcache; this is a new feature in 5.5 and the configure
check for it currently breaks when cross-compiling.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-webserver/recipes-php/modphp/modphp_5.5.2.bb')
| -rw-r--r-- | meta-webserver/recipes-php/modphp/modphp_5.5.2.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-webserver/recipes-php/modphp/modphp_5.5.2.bb b/meta-webserver/recipes-php/modphp/modphp_5.5.2.bb new file mode 100644 index 0000000000..3c2324279b --- /dev/null +++ b/meta-webserver/recipes-php/modphp/modphp_5.5.2.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | include modphp5.inc | ||
| 2 | |||
| 3 | EXTRA_OECONF += "--disable-opcache" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "caf7f4d86514a568fb3c8021b096a9f0" | ||
| 6 | SRC_URI[sha256sum] = "e72aaf1fa96eac0bff127bfc74c174d1de50cd3f66d7e0e1ee919674ab463bb7" | ||
| 7 | |||
