webkit-efl: blacklist, webkit-efl is old and unmaintained fork with security issues

* now it also fails to build again with;
  webkit-efl/1_1.11.0-r0/ewebkit/Source/JavaScriptCore/profiler/ProfileNode.cpp:126:41: error: 'isnan' was not declared in this scope
  adding cmath include could be enough, but this was last drop
  of my patience

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2016-03-02 17:20:52 +01:00
parent 426fb7c822
commit b0530e214b
2 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,5 @@ SRC_URI = " \
S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/themes"
PNBLACKLIST[elbow] ?= "Depends on blacklisted webkit-efl"

View File

@ -64,3 +64,6 @@ FILES_${PN}-dev += "${libdir}/cmake"
FILES_${PN}launcher = "${bindir}/EWebLauncher"
FILES_${PN}launcher-dbg = "${bindir}/.debug/EWebLauncher"
FILES_${PN}-inspector += "${datadir}/ewebkit2-1/inspector"
# http://errors.yoctoproject.org/Errors/Details/40659/
PNBLACKLIST[webkit-efl] ?= "Old and unmaintaned fork with many security issues"