[oe-commits] [meta-openembedded] 64/66: xdebug: update to 2.6.0

git at git.openembedded.org git at git.openembedded.org
Fri Apr 13 19:54:23 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 0b67e4b4dd23468ad134b5eb9463ecfb22421461
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Mon Apr 9 18:32:18 2018 -0700

    xdebug: update to 2.6.0
    
    fixes:
    checking Check for supported PHP versions... configure: error: not supported. Need a PHP version >= 5.5.0 and < 7.2.0 (found 7.2.4)
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-php/xdebug/{xdebug_2.5.1.bb => xdebug_2.6.0.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb
similarity index 85%
rename from meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb
rename to meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb
index 7741378..2b8943d 100644
--- a/meta-webserver/recipes-php/xdebug/xdebug_2.5.1.bb
+++ b/meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb
@@ -6,8 +6,8 @@ DEPENDS = "php"
 
 SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz"
 
-SRC_URI[md5sum] = "6167b1e104f1108d77f08eb561a12b22"
-SRC_URI[sha256sum] = "7fda9020fd5a2c549ae5a692fcabbb00f74e39dda81d53d25e622bdab4880ec2"
+SRC_URI[md5sum] = "ed3545852e6f4a00fb8730362d0431ee"
+SRC_URI[sha256sum] = "b5264cc03bf68fcbb04b97229f96dca505d7b87ec2fb3bd4249896783d29cbdc"
 
 inherit autotools
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list