All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2 v2] webkit-gtk: Fix error.html resource path.
@ 2012-02-04 18:41 Peter Tworek
  2012-02-04 18:41 ` [PATCH 2/2 v2] webkit-gtk: Make webgl support configurable via DISTRO_FEATURES Peter Tworek
  2012-02-08  4:07 ` [PATCH 1/2 v2] webkit-gtk: Fix error.html resource path Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Tworek @ 2012-02-04 18:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 meta/recipes-sato/webkit/webkit-gtk_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
index 9652953..d754a39 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
@@ -14,7 +14,7 @@ SRCREV_FORMAT = "source"
 
 SRCREV = "101488"
 PV = "1.7.2+svnr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   svn://svn.webkit.org/repository/webkit/trunk/;module=Source;proto=http;name=source \
@@ -81,7 +81,7 @@ FILES_${PN}launcher = "${bindir}/GtkLauncher"
 FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher"
 FILES_libjavascriptcore = "${libdir}/libjavascriptcoregtk-1.0.so.*"
 FILES_${PN}-webinspector = "${datadir}/webkitgtk-*/webinspector/"
-FILES_${PN} += "${datadir}/webkit-*/resources/error.html \
+FILES_${PN} += "${datadir}/webkitgtk-*/resources/error.html \
                 ${datadir}/webkitgtk-*/images \
                 ${datadir}/glib-2.0/schemas"
 
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-08  4:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 18:41 [PATCH 1/2 v2] webkit-gtk: Fix error.html resource path Peter Tworek
2012-02-04 18:41 ` [PATCH 2/2 v2] webkit-gtk: Make webgl support configurable via DISTRO_FEATURES Peter Tworek
2012-02-08  4:07 ` [PATCH 1/2 v2] webkit-gtk: Fix error.html resource path Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.