mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 12:08:36 +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:
parent
831e145bd6
commit
51bc8cea90
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user