summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php_7.3.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/php/php_7.3.7.bb')
-rw-r--r--meta-oe/recipes-devtools/php/php_7.3.7.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_7.3.7.bb b/meta-oe/recipes-devtools/php/php_7.3.7.bb
new file mode 100644
index 0000000000..1028cf16ad
--- /dev/null
+++ b/meta-oe/recipes-devtools/php/php_7.3.7.bb
@@ -0,0 +1,26 @@
1require php.inc
2
3LIC_FILES_CHKSUM = "file://LICENSE;md5=fb07bfc51f6d5e0c30b65d9701233b2e"
4
5SRC_URI += "file://0001-acinclude.m4-don-t-unset-cache-variables.patch \
6 file://0048-Use-pkg-config-for-FreeType2-detection.patch \
7 file://0049-ext-intl-Use-pkg-config-to-detect-icu.patch \
8 file://0001-Use-pkg-config-for-libxml2-detection.patch \
9 "
10SRC_URI_append_class-target = " \
11 file://pear-makefile.patch \
12 file://phar-makefile.patch \
13 file://0001-opcache-config.m4-enable-opcache.patch \
14 file://xfail_two_bug_tests.patch \
15 "
16
17SRC_URI[md5sum] = "6c260fa5615d2737d819c1ed9655f694"
18SRC_URI[sha256sum] = "c3608fa7114642725854119ccffe722f42fc7c31e5e4c00d5cb4cb1a0d16bf18"
19
20PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
21 --with-pdo-mysql=mysqlnd \
22 ,--without-mysqli --without-pdo-mysql \
23 ,mysql5"
24PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind"
25
26FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default"