diff options
| author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2013-04-16 12:42:49 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-22 09:51:47 +0200 |
| commit | f91950e3ad2e95bae2c859b7430ef38bfeef1e3c (patch) | |
| tree | 586a9792986062054d13b0b0dfae7457d60ba3b4 /meta-oe/recipes-devtools/php/php_5.4.14.bb | |
| parent | 7c292ce28756824b1fa377d516aedd979fa41f19 (diff) | |
| download | meta-openembedded-f91950e3ad2e95bae2c859b7430ef38bfeef1e3c.tar.gz | |
php: update to 5.4.14
Build tested for AArch64 and x86.
Runtime tested on x86.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php/php_5.4.14.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_5.4.14.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_5.4.14.bb b/meta-oe/recipes-devtools/php/php_5.4.14.bb new file mode 100644 index 0000000000..4e0efb1ede --- /dev/null +++ b/meta-oe/recipes-devtools/php/php_5.4.14.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | require php.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cb564efdf78cce8ea6e4b5a4f7c05d97" | ||
| 4 | |||
| 5 | PR = "${INC_PR}.0" | ||
| 6 | |||
| 7 | SRC_URI += "file://acinclude-xml2-config.patch \ | ||
| 8 | file://0001-php-don-t-use-broken-wrapper-for-mkdir.patch" | ||
| 9 | |||
| 10 | SRC_URI_append_pn-php += "file://iconv.patch \ | ||
| 11 | file://imap-fix-autofoo.patch \ | ||
| 12 | file://pear-makefile.patch \ | ||
| 13 | file://phar-makefile.patch \ | ||
| 14 | file://php_exec_native.patch \ | ||
| 15 | file://fix-fpm-cross-compile.patch \ | ||
| 16 | file://php-fpm.conf \ | ||
| 17 | file://php-fpm-apache.conf \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "cfdc044be2c582991a1fe0967898fa38" | ||
| 21 | SRC_URI[sha256sum] = "5450f3843bc651eb3fb00601f0cce1930aaaf65c7c966c02fe4a46f9c81be20a" | ||
