diff options
| author | Eric BENARD <eric@eukrea.com> | 2012-11-27 16:16:41 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-04 10:43:08 +0100 |
| commit | f8a7fc5574dc039078a064742c9f9d2b9a759489 (patch) | |
| tree | ac52e7f8fa821965b0202301d075a412b2f5358a /meta-oe/recipes-devtools/php/php_5.3.19.bb | |
| parent | 07e9ca6888c728c4c9d3d3631b901c603d247beb (diff) | |
| download | meta-openembedded-f8a7fc5574dc039078a064742c9f9d2b9a759489.tar.gz | |
php: upgrade to 5.3.19
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
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 | 19 |
1 files changed, 19 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 new file mode 100644 index 0000000000..e96b760789 --- /dev/null +++ b/meta-oe/recipes-devtools/php/php_5.3.19.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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://php-m4-divert.patch \ | ||
| 9 | file://0001-php-don-t-use-broken-wrapper-for-mkdir.patch" | ||
| 10 | |||
| 11 | SRC_URI_append_pn-php += "file://iconv.patch \ | ||
| 12 | file://imap-fix-autofoo.patch \ | ||
| 13 | file://pear-makefile.patch \ | ||
| 14 | file://phar-makefile.patch \ | ||
| 15 | file://php_exec_native.patch \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "e1d2a3ec7849d4b3032bd1abf1916aa4" | ||
| 19 | SRC_URI[sha256sum] = "814ce55b950158c4ddadbcd0b2d7d8cb4b570de4a29b9db021020594e2469fd6" | ||
