[oe-commits] [meta-openembedded] 23/31: xdebug: add UPSTREAM_CHECK_REGEX

git at git.openembedded.org git at git.openembedded.org
Mon Jun 4 16:17:30 UTC 2018


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

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

commit 9044bb2daf70df85883a5e8661b91dc015c3e9c1
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Wed May 30 14:40:50 2018 +0800

    xdebug: add UPSTREAM_CHECK_REGEX
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb
index 6516988..2b8d1ef 100644
--- a/meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb
+++ b/meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb
@@ -9,6 +9,8 @@ SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz"
 SRC_URI[md5sum] = "ed3545852e6f4a00fb8730362d0431ee"
 SRC_URI[sha256sum] = "b5264cc03bf68fcbb04b97229f96dca505d7b87ec2fb3bd4249896783d29cbdc"
 
+UPSTREAM_CHECK_REGEX = "xdebug-(?P<pver>\d+(\.\d+)+)\.tgz"
+
 inherit autotools
 
 EXTRA_OECONF += "--enable-xdebug -with-php-config=${STAGING_BINDIR_CROSS}/php-config"

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


More information about the Openembedded-commits mailing list