aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webkit/webkit-gtk_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-09 11:55:33 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-09 11:55:33 +0200
commit585a4edbc95bbb094225de5581c6f9d5e4db2e4f (patch)
treeacd096986137cb00cec7b23715af7b2d83edd099 /recipes/webkit/webkit-gtk_svn.bb
parente9e1a54b27861ff3ea42700a260dc75f0c3916cb (diff)
downloadopenembedded-585a4edbc95bbb094225de5581c6f9d5e4db2e4f.tar.gz
webkit-gtk: bump SRCREV, fix gtk-doc, fix packaging
* runtime tested on beagleboard with midori and epiphany
Diffstat (limited to 'recipes/webkit/webkit-gtk_svn.bb')
-rw-r--r--recipes/webkit/webkit-gtk_svn.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes/webkit/webkit-gtk_svn.bb b/recipes/webkit/webkit-gtk_svn.bb
index 8473131653..3c7ec06185 100644
--- a/recipes/webkit/webkit-gtk_svn.bb
+++ b/recipes/webkit/webkit-gtk_svn.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "WebKit browser engine, GTK+ edition"
-DEPENDS = "gtk-doc-native gtk-doc gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn gnutls gtk+ gstreamer gst-plugins-base gnome-vfs bison-native flex-native gperf-native perl-native sqlite3"
+DEPENDS = "enchant gtk-doc-native gtk-doc gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn gnutls gtk+ gstreamer gst-plugins-base gnome-vfs bison-native flex-native gperf-native perl-native sqlite3"
SRCREV_FORMAT = "webcore-rwebkit"
-PV = "1.1.4+svnr${SRCREV}"
+PV = "1.1.6+svnr${SRCREV}"
SRC_URI = "\
svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \
@@ -19,6 +19,7 @@ SRC_URI = "\
file://configure.ac \
file://symbols.filter \
file://GNUmakefile.am \
+ file://gtk-doc.make \
"
S = "${WORKDIR}/"
@@ -36,10 +37,6 @@ EXTRA_OECONF = "\
EXTRA_AUTORECONF = " -I autotools "
-do_configure_prepend() {
- touch gtk-doc.make
-}
-
# Dolt gets used on x86 and ppc and hardcodes 'libtool'
do_configure_append() {
cp ${TARGET_PREFIX}libtool libtool || true
@@ -70,5 +67,5 @@ 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"