aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webkit
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak <seba.dos1@gmail.com>2009-12-29 15:13:48 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-12 22:28:38 +0100
commit41f1d9de92fa5857c886cab5fa0fcf0835c1a29c (patch)
tree0be652ee9d61452b91313fbfa9539e497920a158 /recipes/webkit
parentdcfdafaa68356aa4f50d88cc3e240e5cea76036c (diff)
downloadopenembedded-41f1d9de92fa5857c886cab5fa0fcf0835c1a29c.tar.gz
webkit-efl: don't include error page in package
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/webkit')
-rw-r--r--recipes/webkit/webkit-efl_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
index 7829802f74..b9dda3f5be 100644
--- a/recipes/webkit/webkit-efl_git.bb
+++ b/recipes/webkit/webkit-efl_git.bb
@@ -5,7 +5,7 @@ DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango \
sqlite3 libxslt gperf-native libxt"
PV = "1.1.11+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master"
@@ -17,5 +17,5 @@ EXTRA_OECONF = "--disable-video --host=${TARGET_SYS} --with-port=efl --enable-we
PACKAGES =+ "${PN}-webinspector"
-FILES_${PN} += "${datadir}/webkit-1.0/resources/error.html ${datadir}/webkit-1.0/theme/default.edj"
+FILES_${PN} += "${datadir}/webkit-1.0/theme/default.edj"
FILES_${PN}-webinspector = "${datadir}/webkit-1.0/webinspector/"