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

git at git.openembedded.org git at git.openembedded.org
Tue Jan 6 11:15:27 UTC 2015


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Jan  5 10:33:23 2015 +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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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