diff options
author | Bian Naimeng <biannm@cn.fujitsu.com> | 2015-02-05 09:17:49 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:35:39 +0100 |
commit | f83d255736a43bbd2bdef702c5aa08936b8343c6 (patch) | |
tree | bddeeb3b45b32373f309b594b3d39f928b1b70a5 /meta-oe/recipes-devtools/php | |
parent | 496a5489380899defa78bfbf0a11b79da3692b3b (diff) | |
download | meta-openembedded-contrib-f83d255736a43bbd2bdef702c5aa08936b8343c6.tar.gz |
php: update to 5.5.21 to fix some bugs
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php')
-rw-r--r-- | meta-oe/recipes-devtools/php/php_5.5.21.bb (renamed from meta-oe/recipes-devtools/php/php_5.5.20.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/php/php_5.5.20.bb b/meta-oe/recipes-devtools/php/php_5.5.21.bb index cfda14b8b96..4ad198a5841 100644 --- a/meta-oe/recipes-devtools/php/php_5.5.20.bb +++ b/meta-oe/recipes-devtools/php/php_5.5.21.bb @@ -29,8 +29,8 @@ SRC_URI_append_class-target += " \ file://70_mod_php5.conf \ " -SRC_URI[md5sum] = "9dfc1d4d2b44fb7e2b4ee9651d032203" -SRC_URI[sha256sum] = "f28a150d1cd8991bd1a41dce4fdff4e343d1dbe01a48b9b44bea74532ce0391a" +SRC_URI[md5sum] = "8fe631ac52a3df9d6429faad81cf2562" +SRC_URI[sha256sum] = "62e9429975c4ca5d7067a5052d5388fbf2ac8c51eeee581d59b04cc5a8da83fe" S = "${WORKDIR}/php-${PV}" @@ -234,4 +234,3 @@ MODPHP_OLDPACKAGE = "${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'modphp', RPROVIDES_${PN}-modphp = "${MODPHP_OLDPACKAGE}" RREPLACES_${PN}-modphp = "${MODPHP_OLDPACKAGE}" RCONFLICTS_${PN}-modphp = "${MODPHP_OLDPACKAGE}" - |