diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-16 12:19:00 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-16 12:19:00 +0100 |
commit | 53826dccec4bde7c5f046926e7fa5b130c6458b3 (patch) | |
tree | 6e46e8a4d567031d8421a23075c1b3d8512c338c /packages/webkit/webkit-gtk_svn.bb | |
parent | 941f44dbc68a89c8a766a8a194a53a2a9c0673fe (diff) |
webkit-gtk: bump SRCREV
* runtime tested with midori and epiphany
Diffstat (limited to 'packages/webkit/webkit-gtk_svn.bb')
-rw-r--r-- | packages/webkit/webkit-gtk_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/webkit/webkit-gtk_svn.bb b/packages/webkit/webkit-gtk_svn.bb index 3abf37a409..96ef562e75 100644 --- a/packages/webkit/webkit-gtk_svn.bb +++ b/packages/webkit/webkit-gtk_svn.bb @@ -27,6 +27,7 @@ S = "${WORKDIR}/" inherit autotools pkgconfig lib_package +export BISON="${STAGING_BINDIR_NATIVE}/bison" ARM_INSTRUCTION_SET = "arm" # FIXME: Segfaulting without --with-http-backend=curl EXTRA_OECONF = "\ @@ -61,10 +62,10 @@ do_stage() { autotools_stage_all } -PACKAGES =+ "${PN}launcher-dbg ${PN}launcher libjavascriptcore" +PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcore" 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/" |