mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user