mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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:
@@ -22,3 +22,5 @@ SRC_URI = " \
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/themes"
|
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 = "${bindir}/EWebLauncher"
|
||||||
FILES_${PN}launcher-dbg = "${bindir}/.debug/EWebLauncher"
|
FILES_${PN}launcher-dbg = "${bindir}/.debug/EWebLauncher"
|
||||||
FILES_${PN}-inspector += "${datadir}/ewebkit2-1/inspector"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user