[oe-commits] Michael Smith : webkit-gtk: fix packaging of error.html for svn release

git version control git at git.openembedded.org
Tue Nov 9 23:04:08 UTC 2010


Module: openembedded.git
Branch: master
Commit: 30c2729b7ee6b75b47fcf7895fd856d266ad2025
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=30c2729b7ee6b75b47fcf7895fd856d266ad2025

Author: Michael Smith <msmith at cbnco.com>
Date:   Mon Nov  8 07:47:27 2010 -0500

webkit-gtk: fix packaging of error.html for svn release

The resources under ${datadir} have moved around between versions.
Use a wildcard in case they move again.

No PR bump for v1.2.3. It already packages the correct file.

Signed-off-by: Michael Smith <msmith at cbnco.com>

---

 recipes/webkit/webkit-gtk_1.2.3.bb |    4 ++--
 recipes/webkit/webkit-gtk_svn.bb   |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/webkit/webkit-gtk_1.2.3.bb b/recipes/webkit/webkit-gtk_1.2.3.bb
index 0ee6241..e223a64 100644
--- a/recipes/webkit/webkit-gtk_1.2.3.bb
+++ b/recipes/webkit/webkit-gtk_1.2.3.bb
@@ -47,6 +47,6 @@ PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcor
 FILES_${PN}launcher = "${bindir}/GtkLauncher"
 FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher"
 FILES_libjavascriptcore = "${libdir}/libJavaScriptCore.so.*"
-FILES_${PN}-webinspector = "${datadir}/webkit-1.0/webinspector/"
-FILES_${PN} += "${datadir}/webkit-1.0/resources/error.html ${datadir}/webkit-1.0/images"
+FILES_${PN}-webinspector = "${datadir}/webkit*/webinspector/"
+FILES_${PN} += "${datadir}/webkit*/resources/error.html ${datadir}/webkit*/images"
 
diff --git a/recipes/webkit/webkit-gtk_svn.bb b/recipes/webkit/webkit-gtk_svn.bb
index f6bb708..74fb33b 100644
--- a/recipes/webkit/webkit-gtk_svn.bb
+++ b/recipes/webkit/webkit-gtk_svn.bb
@@ -3,7 +3,7 @@ DEPENDS = "geoclue enchant gtk-doc-native gtk-doc gnome-keyring libsoup-2.4 curl
 
 SRCREV_FORMAT = "webcore-rwebkit"
 
-PR = "r0"
+PR = "r1"
 SRCREV = "68244"
 PV = "1.3.4+svnr${SRCPV}"
 
@@ -68,6 +68,6 @@ PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcor
 FILES_${PN}launcher = "${bindir}/GtkLauncher"
 FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher"
 FILES_libjavascriptcore = "${libdir}/libJavaScriptCore.so.*"
-FILES_${PN}-webinspector = "${datadir}/webkitgtk-1.0/webinspector/"
-FILES_${PN} += "${datadir}/webkitgtk-1.0/resources/error.html ${datadir}/webkitgtk-1.0/images"
+FILES_${PN}-webinspector = "${datadir}/webkit*/webinspector/"
+FILES_${PN} += "${datadir}/webkit*/resources/error.html ${datadir}/webkit*/images"
 





More information about the Openembedded-commits mailing list