diff options
| author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-02 10:19:42 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2010-08-03 14:14:59 +0200 |
| commit | f2893b80cffc46dad57864eb78b563f0876e6811 (patch) | |
| tree | 7c2c3dde3247d69f7ba44ed1643aca2d436fdbb5 /recipes/gnome | |
| parent | 2b61601cc8e3ede0b071da299591a6115d1df9db (diff) | |
500+ recipes: remove do_stage
This patch removes all occurrences of
do_stage() {
autotools_stage_all
}
including all kind of variants w.r.t whitespace
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
Diffstat (limited to 'recipes/gnome')
62 files changed, 0 insertions, 267 deletions
diff --git a/recipes/gnome/gnome-python-extras_2.25.3.bb b/recipes/gnome/gnome-python-extras_2.25.3.bb index 5c070afaa6..1f4f330d75 100644 --- a/recipes/gnome/gnome-python-extras_2.25.3.bb +++ b/recipes/gnome/gnome-python-extras_2.25.3.bb @@ -32,9 +32,6 @@ do_configure_prepend() { } AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} FILES_${PN}-dev += "${datadir}/pygtk" diff --git a/recipes/gnome/gnome-python_2.22.1.bb b/recipes/gnome/gnome-python_2.22.1.bb index 8fd78cb790..67b815f84b 100644 --- a/recipes/gnome/gnome-python_2.22.1.bb +++ b/recipes/gnome/gnome-python_2.22.1.bb @@ -16,9 +16,5 @@ do_configure() { autotools_do_configure } -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "02054115dc86617da2a80eb87a1f988b" SRC_URI[archive.sha256sum] = "559b5d857b4fbc31418bc677f3391182ba1c357cabb8dfee04a1e709a7a63d01" diff --git a/recipes/gnome/gnome-python_2.26.1.bb b/recipes/gnome/gnome-python_2.26.1.bb index ecd9080be9..aa52bda2e9 100644 --- a/recipes/gnome/gnome-python_2.26.1.bb +++ b/recipes/gnome/gnome-python_2.26.1.bb @@ -17,10 +17,6 @@ do_configure_prepend() { ${S}/configure.ac } -do_stage() { - autotools_stage_all -} - FILES_${PN} += "${datadir}" FILES_${PN}-dbg += "${libdir}/gnome-vfs-2.0/modules/.debug" diff --git a/recipes/gnome/gnome-session_2.24.1.bb b/recipes/gnome/gnome-session_2.24.1.bb index 77835d7fcd..38f0487bbd 100644 --- a/recipes/gnome/gnome-session_2.24.1.bb +++ b/recipes/gnome/gnome-session_2.24.1.bb @@ -9,9 +9,5 @@ EXTRA_OECONF = " ac_cv_path_GCONF_SANITY_CHECK=set " FILES_${PN} += "${datadir}/xsessions ${datadir}/icons ${datadir}/gnome" FILES_${PN}-dbg += "${libdir}/gnome-session/helpers/" -do_stage () { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "5bf6f5753eab034638aee80d993801d2" SRC_URI[archive.sha256sum] = "9fc3f6d0dc7e664ff2b1507369183e5d0f1b17fc9f6643bf5e6a3ff8b6e7c211" diff --git a/recipes/gnome/gnome-session_2.28.0.bb b/recipes/gnome/gnome-session_2.28.0.bb index c93e8d827b..07179c2ef9 100644 --- a/recipes/gnome/gnome-session_2.28.0.bb +++ b/recipes/gnome/gnome-session_2.28.0.bb @@ -14,10 +14,6 @@ do_configure_append() { done } -do_stage () { - autotools_stage_all -} - FILES_${PN} += "${datadir}/xsessions ${datadir}/icons ${datadir}/gnome ${libdir}/gnome-session/helpers" FILES_${PN}-dbg += "${libdir}/gnome-session/helpers/.debug" diff --git a/recipes/gnome/gnome-settings-daemon_2.24.0.bb b/recipes/gnome/gnome-settings-daemon_2.24.0.bb index 70327e13e7..8ff3838253 100644 --- a/recipes/gnome/gnome-settings-daemon_2.24.0.bb +++ b/recipes/gnome/gnome-settings-daemon_2.24.0.bb @@ -15,10 +15,5 @@ FILES_${PN} += "${libdir}/gnome-settings-daemon-2.0/*.so ${libdir}/gnome-setting FILES_${PN}-dbg += "${libdir}/gnome-settings-daemon-2.0/.debug" FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.a ${libdir}/gnome-settings-daemon-2.0/*.la" -do_stage() { - autotools_stage_all -} - - SRC_URI[archive.md5sum] = "2e30e9d17b810103d493e474fbfd20e5" SRC_URI[archive.sha256sum] = "98377ed6d7c4abb75b746570f07e00a4346ba6f5924574130211beca764bb99d" diff --git a/recipes/gnome/gnome-terminal_2.26.2.bb b/recipes/gnome/gnome-terminal_2.26.2.bb index 2e4b29724e..4fffd220ff 100644 --- a/recipes/gnome/gnome-terminal_2.26.2.bb +++ b/recipes/gnome/gnome-terminal_2.26.2.bb @@ -10,11 +10,5 @@ do_configure_prepend () { cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} } -do_stage () { - autotools_stage_all -} - - - SRC_URI[archive.md5sum] = "f4f64b9b67c7a3147799ee10f7cf00e1" SRC_URI[archive.sha256sum] = "f937939eca0082dc7f3f9ddab72d612433ad948aac7e158ed75f5d7053e8d0e0" diff --git a/recipes/gnome/gnome-terminal_2.28.0.bb b/recipes/gnome/gnome-terminal_2.28.0.bb index 6dc8d65f61..29b7b3e67e 100644 --- a/recipes/gnome/gnome-terminal_2.28.0.bb +++ b/recipes/gnome/gnome-terminal_2.28.0.bb @@ -12,11 +12,5 @@ do_configure_prepend () { cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} } -do_stage () { - autotools_stage_all -} - - - SRC_URI[archive.md5sum] = "9cdc3581a03a44dd693663991d1c1e9f" SRC_URI[archive.sha256sum] = "c3f1ce6248e47cac5f3c5c0a79a079d5c7756ba1c4867eb43e20e929087b4a5a" diff --git a/recipes/gnome/gnome-utils_2.28.0.bb b/recipes/gnome/gnome-utils_2.28.0.bb index 9b008ac3f0..15a912f566 100644 --- a/recipes/gnome/gnome-utils_2.28.0.bb +++ b/recipes/gnome/gnome-utils_2.28.0.bb @@ -15,10 +15,6 @@ do_configure_append() { done } -do_stage () { - autotools_stage_all -} - FILES_${PN} += "${datadir}/baobab \ ${datadir}/gdict-1.0 \ ${datadir}/gnome-dictionary \ diff --git a/recipes/gnome/gnome-vfs_2.22.0.bb b/recipes/gnome/gnome-vfs_2.22.0.bb index 70c563aa4e..5ce0648672 100644 --- a/recipes/gnome/gnome-vfs_2.22.0.bb +++ b/recipes/gnome/gnome-vfs_2.22.0.bb @@ -30,10 +30,6 @@ FILES_${PN}-dev += "\ " FILES_${PN}-doc += "${datadir}/gtk-doc" -do_stage () { -autotools_stage_all -} - PACKAGES_DYNAMIC = "gnome-vfs-plugin-*" python populate_packages_prepend () { diff --git a/recipes/gnome/gnome-vfs_2.24.1.bb b/recipes/gnome/gnome-vfs_2.24.1.bb index 7e2af8e6b0..e47f28db0c 100644 --- a/recipes/gnome/gnome-vfs_2.24.1.bb +++ b/recipes/gnome/gnome-vfs_2.24.1.bb @@ -26,10 +26,6 @@ do_configure_prepend() { sed -i -e 's: doc ::g' Makefile.am } -do_stage () { - autotools_stage_all -} - PACKAGES_DYNAMIC = "gnome-vfs-plugin-*" python populate_packages_prepend () { diff --git a/recipes/gnome/goffice_0.6.3.bb b/recipes/gnome/goffice_0.6.3.bb index d1ed38121a..13bbe570db 100644 --- a/recipes/gnome/goffice_0.6.3.bb +++ b/recipes/gnome/goffice_0.6.3.bb @@ -8,10 +8,6 @@ FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug" inherit gnome pkgconfig -do_stage() { - autotools_stage_all -} - PACKAGES_DYNAMIC = "goffice-plugin-*" python populate_packages_prepend () { diff --git a/recipes/gnome/goffice_0.7.14.bb b/recipes/gnome/goffice_0.7.14.bb index e40cb1a5c8..176d4023d3 100644 --- a/recipes/gnome/goffice_0.7.14.bb +++ b/recipes/gnome/goffice_0.7.14.bb @@ -10,10 +10,6 @@ inherit gnome pkgconfig SRC_URI += " file://c99math.patch \ file://nodolt.patch " -do_stage() { - autotools_stage_all -} - FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug" RRECOMMENDS_${PN} = " \ diff --git a/recipes/gnome/gvfs_0.0.2.bb b/recipes/gnome/gvfs_0.0.2.bb index 88e239f191..4a70b94dd3 100644 --- a/recipes/gnome/gvfs_0.0.2.bb +++ b/recipes/gnome/gvfs_0.0.2.bb @@ -17,9 +17,5 @@ FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "1267b82b481340eadf212cf47b735b62" SRC_URI[archive.sha256sum] = "7249197b75a61c36398f7458f12c0318ccf03639ae8404771fb4ff414fa17683" diff --git a/recipes/gnome/gvfs_1.0.1.bb b/recipes/gnome/gvfs_1.0.1.bb index c000288c0a..0cec17b258 100644 --- a/recipes/gnome/gvfs_1.0.1.bb +++ b/recipes/gnome/gvfs_1.0.1.bb @@ -17,9 +17,5 @@ FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "0d123f87e3e660271cd9d11b8c592c5a" SRC_URI[archive.sha256sum] = "67e7dd1dca32a99eb1102a853d2df1bac782d50a4361511409572cfe8ea51147" diff --git a/recipes/gnome/gvfs_1.0.3.bb b/recipes/gnome/gvfs_1.0.3.bb index 33a3327c8e..bc34a7605e 100644 --- a/recipes/gnome/gvfs_1.0.3.bb +++ b/recipes/gnome/gvfs_1.0.3.bb @@ -17,9 +17,5 @@ FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "a41e8b7d99e390cef8312f7ce5f312a5" SRC_URI[archive.sha256sum] = "17eccded6e096208181e2c7625802526112af23f5b2c7b2a672ab9ccff3a55fd" diff --git a/recipes/gnome/gvfs_1.2.1.bb b/recipes/gnome/gvfs_1.2.1.bb index 926885e49e..780237f051 100644 --- a/recipes/gnome/gvfs_1.2.1.bb +++ b/recipes/gnome/gvfs_1.2.1.bb @@ -16,9 +16,5 @@ FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "df8f624587adfabe7009838ce6d8d5fd" SRC_URI[archive.sha256sum] = "0e3c3469721ff1d4296bf4af7e1f131201d2dc6a36c772d99e1630f8cce31da2" diff --git a/recipes/gnome/gvfs_1.3.3.bb b/recipes/gnome/gvfs_1.3.3.bb index bd0d56071b..70442eeed9 100644 --- a/recipes/gnome/gvfs_1.3.3.bb +++ b/recipes/gnome/gvfs_1.3.3.bb @@ -16,9 +16,5 @@ FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "2f1c65dcde8fc4d0603e11a8ec3fc178" SRC_URI[archive.sha256sum] = "453476904745e355a69987bcd20c5db1bc9a1757022f8dd8c0f3b7142f3a00fd" diff --git a/recipes/gnome/hippo-canvas_0.3.0.bb b/recipes/gnome/hippo-canvas_0.3.0.bb index 9608fc0ff3..454a52cdbc 100644 --- a/recipes/gnome/hippo-canvas_0.3.0.bb +++ b/recipes/gnome/hippo-canvas_0.3.0.bb @@ -13,9 +13,6 @@ do_configure_prepend() { AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug" diff --git a/recipes/gnome/libbacon_svn.bb b/recipes/gnome/libbacon_svn.bb index 2f36c3d808..ab00c42baf 100644 --- a/recipes/gnome/libbacon_svn.bb +++ b/recipes/gnome/libbacon_svn.bb @@ -11,10 +11,3 @@ SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk" S = "${WORKDIR}/trunk" -do_stage() { - autotools_stage_all -} - - - - diff --git a/recipes/gnome/libgail-gnome_1.20.1.bb b/recipes/gnome/libgail-gnome_1.20.1.bb index 5d2b2fa3ef..b113b51d7f 100644 --- a/recipes/gnome/libgail-gnome_1.20.1.bb +++ b/recipes/gnome/libgail-gnome_1.20.1.bb @@ -7,10 +7,6 @@ DEPENDS="atk gtk+ libbonobo libbonoboui gnome-panel at-spi" inherit gnome -do_stage() { - autotools_stage_all -} - FILES_${PN} += "${libdir}/gtk-2.0/modules/*.so" FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" diff --git a/recipes/gnome/libgnome_2.12.0.1.bb b/recipes/gnome/libgnome_2.12.0.1.bb index 150482ba9e..1a5c750009 100644 --- a/recipes/gnome/libgnome_2.12.0.1.bb +++ b/recipes/gnome/libgnome_2.12.0.1.bb @@ -9,9 +9,5 @@ DEPENDS = "gconf-native gnome-vfs libbonobo" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "f239a7ab132d2ec9039bb2537cca1e92" SRC_URI[archive.sha256sum] = "f4cd8f6df545328b2b969d1fa8762d5398f7f6c517c7fac730f1d2196e4cf624" diff --git a/recipes/gnome/libgnome_2.14.1.bb b/recipes/gnome/libgnome_2.14.1.bb index f0a1261612..8b7c5f7190 100644 --- a/recipes/gnome/libgnome_2.14.1.bb +++ b/recipes/gnome/libgnome_2.14.1.bb @@ -9,9 +9,5 @@ DEPENDS = "gconf-native gnome-vfs libbonobo esound" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "bf53815df10db62bbf00defd4100b8d8" SRC_URI[archive.sha256sum] = "4d091bd00e01392d65a856ca5b9fe648025c5988c844d58b25341a275b760fa7" diff --git a/recipes/gnome/libgnome_2.16.0.bb b/recipes/gnome/libgnome_2.16.0.bb index 4d59089e3d..9f86d343d6 100644 --- a/recipes/gnome/libgnome_2.16.0.bb +++ b/recipes/gnome/libgnome_2.16.0.bb @@ -9,9 +9,5 @@ DEPENDS = "gconf-native gnome-vfs libbonobo esound" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "b3f030f6c677b0e1bcfca7c7e58d6c4a" SRC_URI[archive.sha256sum] = "78a2d66bea1d856f06fbd3348abceded8975f09c767a17f58e1d9cd8011ab710" diff --git a/recipes/gnome/libgnome_2.18.0.bb b/recipes/gnome/libgnome_2.18.0.bb index 8c959445f3..28408fba0e 100644 --- a/recipes/gnome/libgnome_2.18.0.bb +++ b/recipes/gnome/libgnome_2.18.0.bb @@ -9,9 +9,5 @@ DEPENDS = "gconf-native gnome-vfs libbonobo esound" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "73426589d7c6fa3266fe4e8f3be2f5b5" SRC_URI[archive.sha256sum] = "53e3b241343c7ea9c4a8db4ca898fd7020c281f1400826d899b841d760dd5ba9" diff --git a/recipes/gnome/libgnome_2.24.0.bb b/recipes/gnome/libgnome_2.24.0.bb index 7809026210..840d21cc0b 100644 --- a/recipes/gnome/libgnome_2.24.0.bb +++ b/recipes/gnome/libgnome_2.24.0.bb @@ -14,9 +14,5 @@ FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \ FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a" FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "35a2b6f214ddd9b6732b3b361140115a" SRC_URI[archive.sha256sum] = "aaff55f25077f4e4b1264d561a724e8d98a8842cd7d00ab7973c59bd040554ee" diff --git a/recipes/gnome/libgnome_2.28.0.bb b/recipes/gnome/libgnome_2.28.0.bb index 5a742d0275..fe02fb06d8 100644 --- a/recipes/gnome/libgnome_2.28.0.bb +++ b/recipes/gnome/libgnome_2.28.0.bb @@ -19,9 +19,5 @@ do_configure_prepend() { echo "EXTRA_DIST = version.xml" > gtk-doc.make } -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "5c7efe21dc28c137aa766a77a84c0c29" SRC_URI[archive.sha256sum] = "9b5b05085b814406f75abfaa1a85395bcf92c8f933248219e1bd738d500d0c0e" diff --git a/recipes/gnome/libgnomecanvas_2.14.0.bb b/recipes/gnome/libgnomecanvas_2.14.0.bb index 13a9bc11af..0a2f8ff7b5 100644 --- a/recipes/gnome/libgnomecanvas_2.14.0.bb +++ b/ |
