summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkit-gtk_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/webkit/webkit-gtk_svn.bb')
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_svn.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
index 8d4eb35239..1b5e276739 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
@@ -12,7 +12,7 @@ DEPENDS_darwin8 = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer f
12 12
13SRCREV_FORMAT = "webcore-rwebkit" 13SRCREV_FORMAT = "webcore-rwebkit"
14 14
15PV = "1.3.2+svnr${SRCPV}" 15PV = "1.3.7+svnr${SRCPV}"
16PR = "r0" 16PR = "r0"
17 17
18SRC_URI = "\ 18SRC_URI = "\
@@ -29,6 +29,7 @@ SRC_URI = "\
29 file://configure.ac \ 29 file://configure.ac \
30 file://GNUmakefile.am \ 30 file://GNUmakefile.am \
31 file://gtk-doc.make \ 31 file://gtk-doc.make \
32 file://nodolt.patch \
32 " 33 "
33 34
34S = "${WORKDIR}/" 35S = "${WORKDIR}/"
@@ -60,6 +61,11 @@ do_compile_prepend() {
60 cd ${S} 61 cd ${S}
61} 62}
62 63
64do_install_prepend() {
65 cp ${S}/Programs/.libs/jsc ${S}/Programs/jsc-1 || true
66}
67
68
63PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcore" 69PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcore"
64FILES_${PN}launcher = "${bindir}/GtkLauncher" 70FILES_${PN}launcher = "${bindir}/GtkLauncher"
65FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher" 71FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher"