diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-devtools/php/php_5.4.14.bb | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.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" | ||