[oe-commits] Paul Eggleton : xdebug: fix DEPENDS and un-blacklist

git at git.openembedded.org git at git.openembedded.org
Thu Jan 8 11:04:46 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 51bc8cea909ed280d839bbde1763153a84d2d702
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=51bc8cea909ed280d839bbde1763153a84d2d702

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed Dec 31 16:30:11 2014 +0000

xdebug: fix DEPENDS and un-blacklist

Now we use a single php recipe there is no conflict.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta-webserver/recipes-php/xdebug/xdebug_2.2.5.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.2.5.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.2.5.bb
index 66aff5e..6f472fb 100644
--- a/meta-webserver/recipes-php/xdebug/xdebug_2.2.5.bb
+++ b/meta-webserver/recipes-php/xdebug/xdebug_2.2.5.bb
@@ -2,9 +2,7 @@ SUMMARY = "Debugging and profiling extension for PHP"
 LICENSE = "Xdebug"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34df3a274aa12b795417c65634c07f16"
 
-DEPENDS = "modphp"
-
-PNBLACKLIST[xdebug] ?= "CONFLICT: depends on blocked modphp"
+DEPENDS = "php"
 
 SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz"
 



More information about the Openembedded-commits mailing list