aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-03-02 17:20:52 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-04 09:06:08 +0100
commitb0530e214b4d7ca0fb4ee90070db1303ae57aba0 (patch)
tree6d853eeaf1b28f23209ba283375df1537d58069a /meta-efl
parent426fb7c822807082af2431e99f22b3edcf4121d3 (diff)
downloadmeta-openembedded-contrib-b0530e214b4d7ca0fb4ee90070db1303ae57aba0.tar.gz
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>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/elbow_git.bb2
-rw-r--r--meta-efl/recipes-efl/webkit/webkit-efl.inc3
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb b/meta-efl/recipes-efl/e17/elbow_git.bb
index 064b79498b..06ed2c959d 100644
--- a/meta-efl/recipes-efl/e17/elbow_git.bb
+++ b/meta-efl/recipes-efl/e17/elbow_git.bb
@@ -22,3 +22,5 @@ SRC_URI = " \
S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/themes"
+
+PNBLACKLIST[elbow] ?= "Depends on blacklisted webkit-efl"
diff --git a/meta-efl/recipes-efl/webkit/webkit-efl.inc b/meta-efl/recipes-efl/webkit/webkit-efl.inc
index aa9157261b..c6ef976127 100644
--- a/meta-efl/recipes-efl/webkit/webkit-efl.inc
+++ b/meta-efl/recipes-efl/webkit/webkit-efl.inc
@@ -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"