diff options
Diffstat (limited to 'meta/recipes-sato/webkit/webkit-gtk_svn.bb')
| -rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_svn.bb | 8 |
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 | ||
| 13 | SRCREV_FORMAT = "webcore-rwebkit" | 13 | SRCREV_FORMAT = "webcore-rwebkit" |
| 14 | 14 | ||
| 15 | PV = "1.3.2+svnr${SRCPV}" | 15 | PV = "1.3.7+svnr${SRCPV}" |
| 16 | PR = "r0" | 16 | PR = "r0" |
| 17 | 17 | ||
| 18 | SRC_URI = "\ | 18 | SRC_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 | ||
| 34 | S = "${WORKDIR}/" | 35 | S = "${WORKDIR}/" |
| @@ -60,6 +61,11 @@ do_compile_prepend() { | |||
| 60 | cd ${S} | 61 | cd ${S} |
| 61 | } | 62 | } |
| 62 | 63 | ||
| 64 | do_install_prepend() { | ||
| 65 | cp ${S}/Programs/.libs/jsc ${S}/Programs/jsc-1 || true | ||
| 66 | } | ||
| 67 | |||
| 68 | |||
| 63 | PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcore" | 69 | PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcore" |
| 64 | FILES_${PN}launcher = "${bindir}/GtkLauncher" | 70 | FILES_${PN}launcher = "${bindir}/GtkLauncher" |
| 65 | FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher" | 71 | FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher" |
