diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-14 14:11:11 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-14 14:12:36 +0100 |
commit | 916ed3c5e4fe35c033ae32c09e0435bbebd3450a (patch) | |
tree | 669f7d253f7df58e0bec0355e8ba2da167ee6566 /recipes | |
parent | ec330f6143f4f0ffea721b53bae82060cffc9b56 (diff) |
webkit-gtk: adopt to new style staging
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/webkit/webkit-gtk_svn.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/webkit/webkit-gtk_svn.bb b/recipes/webkit/webkit-gtk_svn.bb index b2f2baaede..48d1bd8aad 100644 --- a/recipes/webkit/webkit-gtk_svn.bb +++ b/recipes/webkit/webkit-gtk_svn.bb @@ -24,7 +24,7 @@ SRC_URI = "\ S = "${WORKDIR}/" -inherit autotools pkgconfig lib_package +inherit autotools lib_package export BISON="${STAGING_BINDIR_NATIVE}/bison" ARM_INSTRUCTION_SET = "arm" @@ -60,10 +60,6 @@ do_compile_prepend() { cd ${S} } -do_stage() { - autotools_stage_all -} - PACKAGES =+ "${PN}-webinspector ${PN}launcher-dbg ${PN}launcher libjavascriptcore" FILES_${PN}launcher = "${bindir}/GtkLauncher" FILES_${PN}launcher-dbg = "${bindir}/.debug/GtkLauncher" |