[oe-commits] Sebastian Krzyszkowiak : webkit-efl: don't include error page in package

git version control git at git.openembedded.org
Fri Feb 12 21:29:49 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 41f1d9de92fa5857c886cab5fa0fcf0835c1a29c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=41f1d9de92fa5857c886cab5fa0fcf0835c1a29c

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Tue Dec 29 15:13:48 2009 +0000

webkit-efl: don't include error page in package

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/webkit/webkit-efl_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb
index 7829802..b9dda3f 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/"





More information about the Openembedded-commits mailing list