mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 05:46:18 +00:00
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
26 lines
1.1 KiB
BlitzBasic
26 lines
1.1 KiB
BlitzBasic
require php.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fb07bfc51f6d5e0c30b65d9701233b2e"
|
|
|
|
SRC_URI += "file://0001-acinclude.m4-don-t-unset-cache-variables.patch \
|
|
file://0048-Use-pkg-config-for-FreeType2-detection.patch \
|
|
file://0049-ext-intl-Use-pkg-config-to-detect-icu.patch \
|
|
file://0001-Use-pkg-config-for-libxml2-detection.patch \
|
|
"
|
|
SRC_URI_append_class-target = " \
|
|
file://pear-makefile.patch \
|
|
file://phar-makefile.patch \
|
|
file://0001-opcache-config.m4-enable-opcache.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "efb58aea95a66738d871f83ec55fec6f"
|
|
SRC_URI[sha256sum] = "2e2c3d8212c83649e443b61efffbd03df4b9edd0f9c7a679081fe4cb2da12b78"
|
|
|
|
PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
|
|
--with-pdo-mysql=mysqlnd \
|
|
,--without-mysqli --without-pdo-mysql \
|
|
,mysql5"
|
|
PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind"
|
|
|
|
FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default"
|