mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
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>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
include modphp5.inc
|
||||
|
||||
EXTRA_OECONF += "--disable-opcache"
|
||||
|
||||
SRC_URI[md5sum] = "caf7f4d86514a568fb3c8021b096a9f0"
|
||||
SRC_URI[sha256sum] = "e72aaf1fa96eac0bff127bfc74c174d1de50cd3f66d7e0e1ee919674ab463bb7"
|
||||
|
||||
Reference in New Issue
Block a user