diff options
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 000000000..4e0efb1ed --- /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" | ||