[oe-commits] [meta-openembedded] 28/58: xdebug: Add missing dep on re2c-native

git at git.openembedded.org git at git.openembedded.org
Sun May 6 20:02:06 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 2fde407390cd0c74ff2dbb8d78163603ed96a407
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Apr 15 23:01:34 2018 -0700

    xdebug: Add missing dep on re2c-native
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2b8943d..6516988 100644
--- a/meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb
+++ b/meta-webserver/recipes-php/xdebug/xdebug_2.6.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Debugging and profiling extension for PHP"
 LICENSE = "Xdebug"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34df3a274aa12b795417c65634c07f16"
 
-DEPENDS = "php"
+DEPENDS = "php re2c-native"
 
 SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz"
 

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


More information about the Openembedded-commits mailing list