xdebug: fix DEPENDS and un-blacklist

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

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton
2014-12-31 16:30:11 +00:00
committed by Martin Jansa
parent 831e145bd6
commit 51bc8cea90
@@ -2,9 +2,7 @@ SUMMARY = "Debugging and profiling extension for PHP"
LICENSE = "Xdebug" LICENSE = "Xdebug"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34df3a274aa12b795417c65634c07f16" LIC_FILES_CHKSUM = "file://LICENSE;md5=34df3a274aa12b795417c65634c07f16"
DEPENDS = "modphp" DEPENDS = "php"
PNBLACKLIST[xdebug] ?= "CONFLICT: depends on blocked modphp"
SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz" SRC_URI = "http://xdebug.org/files/xdebug-${PV}.tgz"