mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
426fb7c822
commit
b0530e214b
|
|
@ -22,3 +22,5 @@ SRC_URI = " \
|
|||
S = "${WORKDIR}/git"
|
||||
|
||||
FILES_${PN} += "${datadir}/themes"
|
||||
|
||||
PNBLACKLIST[elbow] ?= "Depends on blacklisted webkit-efl"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user