diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-08-08 13:28:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-08 10:04:24 -0700 |
commit | 19661b9056bfbcd7d000deab7c630a86f18fdd6e (patch) | |
tree | 1e7d1a669974ef2bb849d6dd27bcd68cb3cbe7d4 | |
parent | a85944ed25b2c23d09a431a1a30a65d664e416e0 (diff) | |
download | meta-openembedded-19661b9056bfbcd7d000deab7c630a86f18fdd6e.tar.gz |
php: upgrade 7.3.7 -> 7.3.8
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/php/php_7.3.8.bb (renamed from meta-oe/recipes-devtools/php/php_7.3.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/php/php_7.3.7.bb b/meta-oe/recipes-devtools/php/php_7.3.8.bb index 72e4c26ba8..072d53a09e 100644 --- a/meta-oe/recipes-devtools/php/php_7.3.7.bb +++ b/meta-oe/recipes-devtools/php/php_7.3.8.bb | |||
@@ -15,8 +15,8 @@ SRC_URI_append_class-target = " \ | |||
15 | file://xfail_two_bug_tests.patch \ | 15 | file://xfail_two_bug_tests.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "6c260fa5615d2737d819c1ed9655f694" | 18 | SRC_URI[md5sum] = "4ffc06e803cd782a95483eb02213301e" |
19 | SRC_URI[sha256sum] = "c3608fa7114642725854119ccffe722f42fc7c31e5e4c00d5cb4cb1a0d16bf18" | 19 | SRC_URI[sha256sum] = "d566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5" |
20 | 20 | ||
21 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ | 21 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ |
22 | --with-pdo-mysql=mysqlnd \ | 22 | --with-pdo-mysql=mysqlnd \ |