diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-07-05 16:20:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:33 -0700 |
commit | 7e39a2ba47662401bdfd285dd7518f5f32dc6ed0 (patch) | |
tree | 25dd44ce25581aaad426d6294a74da958f0487a3 | |
parent | 4ef4bb30b90b7e401971d52728110c1962ec9a09 (diff) | |
download | meta-openembedded-7e39a2ba47662401bdfd285dd7518f5f32dc6ed0.tar.gz |
php: upgrade 7.3.6 -> 7.3.7
-Upgrade from php_7.3.6.bb to php_7.3.7.bb.
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.7.bb (renamed from meta-oe/recipes-devtools/php/php_7.3.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/php/php_7.3.6.bb b/meta-oe/recipes-devtools/php/php_7.3.7.bb index b1cac1c07..1028cf16a 100644 --- a/meta-oe/recipes-devtools/php/php_7.3.6.bb +++ b/meta-oe/recipes-devtools/php/php_7.3.7.bb | |||
@@ -14,8 +14,8 @@ SRC_URI_append_class-target = " \ | |||
14 | file://xfail_two_bug_tests.patch \ | 14 | file://xfail_two_bug_tests.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "bde9a912fb311182cd460dad1abbc247" | 17 | SRC_URI[md5sum] = "6c260fa5615d2737d819c1ed9655f694" |
18 | SRC_URI[sha256sum] = "1e5ac8700154835c0910e3a814517da9b87bb4a82cc7011fea1a82096b6f6f77" | 18 | SRC_URI[sha256sum] = "c3608fa7114642725854119ccffe722f42fc7c31e5e4c00d5cb4cb1a0d16bf18" |
19 | 19 | ||
20 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ | 20 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ |
21 | --with-pdo-mysql=mysqlnd \ | 21 | --with-pdo-mysql=mysqlnd \ |