From f2893b80cffc46dad57864eb78b563f0876e6811 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 2 Aug 2010 10:19:42 +0000 Subject: 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 Acked-by: Koen Kooi Acked-by: Michael 'Mickey' Lauer --- recipes/gnome/gnome-python-extras_2.25.3.bb | 3 --- recipes/gnome/gnome-python_2.22.1.bb | 4 ---- recipes/gnome/gnome-python_2.26.1.bb | 4 ---- recipes/gnome/gnome-session_2.24.1.bb | 4 ---- recipes/gnome/gnome-session_2.28.0.bb | 4 ---- recipes/gnome/gnome-settings-daemon_2.24.0.bb | 5 ----- recipes/gnome/gnome-terminal_2.26.2.bb | 6 ------ recipes/gnome/gnome-terminal_2.28.0.bb | 6 ------ recipes/gnome/gnome-utils_2.28.0.bb | 4 ---- recipes/gnome/gnome-vfs_2.22.0.bb | 4 ---- recipes/gnome/gnome-vfs_2.24.1.bb | 4 ---- recipes/gnome/goffice_0.6.3.bb | 4 ---- recipes/gnome/goffice_0.7.14.bb | 4 ---- recipes/gnome/gvfs_0.0.2.bb | 4 ---- recipes/gnome/gvfs_1.0.1.bb | 4 ---- recipes/gnome/gvfs_1.0.3.bb | 4 ---- recipes/gnome/gvfs_1.2.1.bb | 4 ---- recipes/gnome/gvfs_1.3.3.bb | 4 ---- recipes/gnome/hippo-canvas_0.3.0.bb | 3 --- recipes/gnome/libbacon_svn.bb | 7 ------- recipes/gnome/libgail-gnome_1.20.1.bb | 4 ---- recipes/gnome/libgnome_2.12.0.1.bb | 4 ---- recipes/gnome/libgnome_2.14.1.bb | 4 ---- recipes/gnome/libgnome_2.16.0.bb | 4 ---- recipes/gnome/libgnome_2.18.0.bb | 4 ---- recipes/gnome/libgnome_2.24.0.bb | 4 ---- recipes/gnome/libgnome_2.28.0.bb | 4 ---- recipes/gnome/libgnomecanvas_2.14.0.bb | 4 ---- recipes/gnome/libgnomecanvas_2.20.0.bb | 4 ---- recipes/gnome/libgnomecanvas_2.26.0.bb | 4 ---- recipes/gnome/libgnomecups_0.2.2.bb | 5 ----- recipes/gnome/libgnomecups_0.2.3.bb | 5 ----- recipes/gnome/libgnomekbd_2.24.0.bb | 8 -------- recipes/gnome/libgnomekbd_2.28.0.bb | 8 -------- recipes/gnome/libgnomeprint_2.18.5.bb | 4 ---- recipes/gnome/libgnomeprintui_2.18.3.bb | 4 ---- recipes/gnome/libgnomeui_2.12.0.bb | 4 ---- recipes/gnome/libgnomeui_2.15.2.bb | 4 ---- recipes/gnome/libgnomeui_2.16.1.bb | 4 ---- recipes/gnome/libgsf_1.13.2.bb | 5 ----- recipes/gnome/libgsf_1.13.3.bb | 5 ----- recipes/gnome/libgsf_1.14.16.bb | 4 ---- recipes/gnome/libgsf_1.14.8.bb | 4 ---- recipes/gnome/libgtop_2.23.4.bb | 4 ---- recipes/gnome/libgtop_2.24.0.bb | 4 ---- recipes/gnome/libgweather_2.22.3.bb | 4 ---- recipes/gnome/libgweather_2.24.0.bb | 4 ---- recipes/gnome/libgweather_2.26.0.bb | 4 ---- recipes/gnome/libgweather_2.26.2.1.bb | 4 ---- recipes/gnome/libgweather_2.28.0.bb | 4 ---- recipes/gnome/liboobs_2.22.0.bb | 4 ---- recipes/gnome/libsoup-2.4_2.24.3.bb | 4 ---- recipes/gnome/libsoup-2.4_2.26.2.bb | 4 ---- recipes/gnome/libsoup-2.4_2.27.91.bb | 4 ---- recipes/gnome/libsoup-2.4_2.4.1.bb | 4 ---- recipes/gnome/libsoup_2.2.100.bb | 4 ---- recipes/gnome/libwnck_2.13.5.bb | 4 ---- recipes/gnome/libwnck_2.23.6.bb | 4 ---- recipes/gnome/libwnck_2.24.0.bb | 4 ---- recipes/gnome/libwnck_2.28.0.bb | 4 ---- recipes/gnome/libxklavier_3.7.bb | 5 ----- recipes/gnome/metacity_2.24.0.bb | 4 ---- 62 files changed, 267 deletions(-) (limited to 'recipes/gnome') 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/recipes/gnome/libgnomecanvas_2.14.0.bb @@ -12,9 +12,5 @@ FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "516c46fb4a1401b05cfef58c350fbd3d" SRC_URI[archive.sha256sum] = "5ceadd704327c2967868b3c0c81b5e600e1c6fd4f8efcbaaf89f9b18aa8bb5cf" diff --git a/recipes/gnome/libgnomecanvas_2.20.0.bb b/recipes/gnome/libgnomecanvas_2.20.0.bb index f1d3f293af..59c579a50f 100644 --- a/recipes/gnome/libgnomecanvas_2.20.0.bb +++ b/recipes/gnome/libgnomecanvas_2.20.0.bb @@ -13,9 +13,5 @@ FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "109b71b02e0c976d65b46129d0ad69d1" SRC_URI[archive.sha256sum] = "c1d7301ecea3719e307182222ba19375b74017580d58e4a25f4ae15c8c8f9c3f" diff --git a/recipes/gnome/libgnomecanvas_2.26.0.bb b/recipes/gnome/libgnomecanvas_2.26.0.bb index 0ec25428be..37c1e2d7bc 100644 --- a/recipes/gnome/libgnomecanvas_2.26.0.bb +++ b/recipes/gnome/libgnomecanvas_2.26.0.bb @@ -16,9 +16,5 @@ do_configure_prepend() { sed -i -e s:docs::g ${S}/Makefile.am } -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "9bbc635e5ae70e63af071af74ba7e72f" SRC_URI[archive.sha256sum] = "80b480acc33d7303f651e9c5bc8fea51c9e9a9ed59ebfdbbb730dd798bcbc58d" diff --git a/recipes/gnome/libgnomecups_0.2.2.bb b/recipes/gnome/libgnomecups_0.2.2.bb index 46aef880fe..322ce8c738 100644 --- a/recipes/gnome/libgnomecups_0.2.2.bb +++ b/recipes/gnome/libgnomecups_0.2.2.bb @@ -12,10 +12,5 @@ do_compile_append () { sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc } -do_stage() { - autotools_stage_all -} - - SRC_URI[archive.md5sum] = "959d5524fe9c37efb55ccfa02e3a063b" SRC_URI[archive.sha256sum] = "f70599274dbb575fbbc83bb58179b757800e5d87e59e35f5d95e618c7ec31444" diff --git a/recipes/gnome/libgnomecups_0.2.3.bb b/recipes/gnome/libgnomecups_0.2.3.bb index e0655374a1..8c43db42ad 100644 --- a/recipes/gnome/libgnomecups_0.2.3.bb +++ b/recipes/gnome/libgnomecups_0.2.3.bb @@ -12,10 +12,5 @@ do_compile_append () { sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc } -do_stage() { - autotools_stage_all -} - - SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b" SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29" diff --git a/recipes/gnome/libgnomekbd_2.24.0.bb b/recipes/gnome/libgnomekbd_2.24.0.bb index 9d13feb44f..c21219a14b 100644 --- a/recipes/gnome/libgnomekbd_2.24.0.bb +++ b/recipes/gnome/libgnomekbd_2.24.0.bb @@ -10,13 +10,5 @@ do_configure_append() { find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g } -do_stage() { - autotools_stage_all -} - - - - - SRC_URI[archive.md5sum] = "43e4d090bc67a1984bebf551637783fd" SRC_URI[archive.sha256sum] = "60f093b4fcbdfa12212d6e29dc2f7802a3234d8035f45efed4b426c0bb293c5a" diff --git a/recipes/gnome/libgnomekbd_2.28.0.bb b/recipes/gnome/libgnomekbd_2.28.0.bb index 97776cb147..d28162e94e 100644 --- a/recipes/gnome/libgnomekbd_2.28.0.bb +++ b/recipes/gnome/libgnomekbd_2.28.0.bb @@ -11,13 +11,5 @@ do_configure_append() { find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g } -do_stage() { - autotools_stage_all -} - - - - - SRC_URI[archive.md5sum] = "b0989c4a2dbe2b5dd892d14195674f2b" SRC_URI[archive.sha256sum] = "72da2cc218de666a0ffa8896ae2d01bce3f46fde7072f2aa937c2bcd2d312668" diff --git a/recipes/gnome/libgnomeprint_2.18.5.bb b/recipes/gnome/libgnomeprint_2.18.5.bb index 6149941fb6..8596db7d11 100644 --- a/recipes/gnome/libgnomeprint_2.18.5.bb +++ b/recipes/gnome/libgnomeprint_2.18.5.bb @@ -8,9 +8,5 @@ inherit flow-lossage pkgconfig gnome FILES_${PN}-dbg += "${libdir}/libgnomeprint/${PV}/modules/transports/.debug \ ${libdir}/libgnomeprint/${PV}/modules/.debug ${libdir}/libgnomeprint/${PV}/modules/*/.debug" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "c325baf4487335259e050619185787b1" SRC_URI[archive.sha256sum] = "0ead99d6e227192d09902bdb37ec6aac25555a453ff4c338b49700fc477070c5" diff --git a/recipes/gnome/libgnomeprintui_2.18.3.bb b/recipes/gnome/libgnomeprintui_2.18.3.bb index 9e2af8f1c5..8eb93ba9e0 100644 --- a/recipes/gnome/libgnomeprintui_2.18.3.bb +++ b/recipes/gnome/libgnomeprintui_2.18.3.bb @@ -7,9 +7,5 @@ inherit gnome pkgconfig EXTRA_OECONF = "use_local_libgnomeprint_la=no" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "f2c5796f15d6b6701bfa224d856098ce" SRC_URI[archive.sha256sum] = "4f7c75e54474a76eff41b6e3da15afadd2d5207a04bc82d85b728395563cf747" diff --git a/recipes/gnome/libgnomeui_2.12.0.bb b/recipes/gnome/libgnomeui_2.12.0.bb index b3b6803eed..e6dc88721c 100644 --- a/recipes/gnome/libgnomeui_2.12.0.bb +++ b/recipes/gnome/libgnomeui_2.12.0.bb @@ -20,9 +20,5 @@ do_configure_prepend() { install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h } -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "342a5b8a9d427ff950a71a245a5f4485" SRC_URI[archive.sha256sum] = "b29baf52bf2c80bf896d59cfd4c4c1515b7df56b14069834b0e78910b9088dfe" diff --git a/recipes/gnome/libgnomeui_2.15.2.bb b/recipes/gnome/libgnomeui_2.15.2.bb index 3cf274af7e..b9aa62e1f9 100644 --- a/recipes/gnome/libgnomeui_2.15.2.bb +++ b/recipes/gnome/libgnomeui_2.15.2.bb @@ -19,9 +19,5 @@ do_configure_prepend() { install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h } -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "ec5841c2c01d79e97bc363414e446240" SRC_URI[archive.sha256sum] = "3bb709d3dbb7287482d236e418e9ca4b858f28dfd374c6840f0aebae6b206894" diff --git a/recipes/gnome/libgnomeui_2.16.1.bb b/recipes/gnome/libgnomeui_2.16.1.bb index 98d53751bb..9199bb252e 100644 --- a/recipes/gnome/libgnomeui_2.16.1.bb +++ b/recipes/gnome/libgnomeui_2.16.1.bb @@ -22,9 +22,5 @@ do_configure_prepend() { install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h } -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "d9b975952bf5feee8818d3fb18cca0b3" SRC_URI[archive.sha256sum] = "552c34d20f30847429e342e6c6ddeece707b69a5abe9aeeafcfeb65cec2eebd7" diff --git a/recipes/gnome/libgsf_1.13.2.bb b/recipes/gnome/libgsf_1.13.2.bb index 20795516bb..af007058a8 100644 --- a/recipes/gnome/libgsf_1.13.2.bb +++ b/recipes/gnome/libgsf_1.13.2.bb @@ -11,10 +11,5 @@ FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-g inherit autotools pkgconfig gnome - -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "0894afd88f9e43eada27e52cb22cd0f1" SRC_URI[archive.sha256sum] = "ef7833047caf66ed3de7b0195223911d28e45c78617d25c6bd05a53fd6c30a0c" diff --git a/recipes/gnome/libgsf_1.13.3.bb b/recipes/gnome/libgsf_1.13.3.bb index 710abe2bc9..d8f0b6f7de 100644 --- a/recipes/gnome/libgsf_1.13.3.bb +++ b/recipes/gnome/libgsf_1.13.3.bb @@ -13,10 +13,5 @@ FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-g inherit autotools pkgconfig gnome - -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "b35e95f6bd7b8add9981b6cf6336674a" SRC_URI[archive.sha256sum] = "458e7b2ca26f0d212f91b445f0a93db62a679ec671bd3cc980f3c1ac65f06b96" diff --git a/recipes/gnome/libgsf_1.14.16.bb b/recipes/gnome/libgsf_1.14.16.bb index d5234c75db..dcf56638af 100644 --- a/recipes/gnome/libgsf_1.14.16.bb +++ b/recipes/gnome/libgsf_1.14.16.bb @@ -17,9 +17,5 @@ EXTRA_OECONF = "\ --with-gnome \ --with-bz2" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "8478d83fda0b6e57f36550c11a693ee1" SRC_URI[archive.sha256sum] = "11fd8fca1bdbcfa426276a124ad083cca9632f03cf766523bcdfb2fca0b08908" diff --git a/recipes/gnome/libgsf_1.14.8.bb b/recipes/gnome/libgsf_1.14.8.bb index c6bc01ae62..cc6be31713 100644 --- a/recipes/gnome/libgsf_1.14.8.bb +++ b/recipes/gnome/libgsf_1.14.8.bb @@ -18,9 +18,5 @@ EXTRA_OECONF = "\ --with-gnome \ --with-bz2" -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "09e4b6639be79fa888cabc751f73674f" SRC_URI[archive.sha256sum] = "d5f635ea86f8417dd777c32bcf7ef86cf3af3912f34ae21db9933a0e48e54748" diff --git a/recipes/gnome/libgtop_2.23.4.bb b/recipes/gnome/libgtop_2.23.4.bb index 671a45e80f..6abc68b948 100644 --- a/recipes/gnome/libgtop_2.23.4.bb +++ b/recipes/gnome/libgtop_2.23.4.bb @@ -5,9 +5,5 @@ inherit gnome lib_package AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "bb37766ba407983a8e055eb4705a1a81" SRC_URI[archive.sha256sum] = "7d9b0e68b4e84e7938197c5240023d3b6840026cfc9f83bdab202fbab4029a9b" diff --git a/recipes/gnome/libgtop_2.24.0.bb b/recipes/gnome/libgtop_2.24.0.bb index 3c5104a8df..e4afc5a355 100644 --- a/recipes/gnome/libgtop_2.24.0.bb +++ b/recipes/gnome/libgtop_2.24.0.bb @@ -5,9 +5,5 @@ inherit gnome lib_package AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "f0e3584b9157d3425184a9e21e3ac482" SRC_URI[archive.sha256sum] = "af9643abf15887c9cb501a4dcc6f432ec0896b7087ef8739526f284ed1461a18" diff --git a/recipes/gnome/libgweather_2.22.3.bb b/recipes/gnome/libgweather_2.22.3.bb index e50c8e9eae..eb2c899890 100644 --- a/recipes/gnome/libgweather_2.22.3.bb +++ b/recipes/gnome/libgweather_2.22.3.bb @@ -16,9 +16,5 @@ FILES_${PN} =+ "${datadir}/gnome* \ EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "151e03d925579241decc92afa4d07182" SRC_URI[archive.sha256sum] = "d5a799e1d11cd91865cb716a11de970de97d7ef679684db0a893fc6a65a9acd0" diff --git a/recipes/gnome/libgweather_2.24.0.bb b/recipes/gnome/libgweather_2.24.0.bb index f8045f182b..c72de4d3db 100644 --- a/recipes/gnome/libgweather_2.24.0.bb +++ b/recipes/gnome/libgweather_2.24.0.bb @@ -18,9 +18,5 @@ FILES_${PN} =+ "${datadir}/gnome* \ EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "d006328ec5cebc5dbf3a18834db95bba" SRC_URI[archive.sha256sum] = "0abae1eef7210e4decab7f89ea5b3a012c06859e91923a7212ca50856bffd500" diff --git a/recipes/gnome/libgweather_2.26.0.bb b/recipes/gnome/libgweather_2.26.0.bb index 00b36595a8..e1538b4a32 100644 --- a/recipes/gnome/libgweather_2.26.0.bb +++ b/recipes/gnome/libgweather_2.26.0.bb @@ -26,9 +26,5 @@ EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" PACKAGES =+ "${PN}-locationdata" FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "b96016d7b35c66cf251189e9851ee252" SRC_URI[archive.sha256sum] = "c1efdeb59fe87145d13d99b7bb6f51b56505081fb2ebc2f7fe7dc3f7699da45e" diff --git a/recipes/gnome/libgweather_2.26.2.1.bb b/recipes/gnome/libgweather_2.26.2.1.bb index d9cf3e39b7..2b12039bcc 100644 --- a/recipes/gnome/libgweather_2.26.2.1.bb +++ b/recipes/gnome/libgweather_2.26.2.1.bb @@ -12,10 +12,6 @@ do_configure_prepend() { sed -i -e 's: doc : :g' ${S}/Makefile.am } -do_stage() { - autotools_stage_all -} - FILES_${PN} += "${datadir}/gnome* \ ${datadir}/icons" diff --git a/recipes/gnome/libgweather_2.28.0.bb b/recipes/gnome/libgweather_2.28.0.bb index ad7b845bb0..bd5d066147 100644 --- a/recipes/gnome/libgweather_2.28.0.bb +++ b/recipes/gnome/libgweather_2.28.0.bb @@ -11,10 +11,6 @@ do_configure_prepend() { sed -i -e 's: doc : :g' ${S}/Makefile.am } -do_stage() { - autotools_stage_all -} - FILES_${PN} += "${datadir}/gnome* \ ${datadir}/icons" diff --git a/recipes/gnome/liboobs_2.22.0.bb b/recipes/gnome/liboobs_2.22.0.bb index dcfe647c2a..1f6af10af7 100644 --- a/recipes/gnome/liboobs_2.22.0.bb +++ b/recipes/gnome/liboobs_2.22.0.bb @@ -3,9 +3,5 @@ DEPENDS = "glib-2.0 dbus system-tools-backends" inherit gnome lib_package -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "1b090ecd6c0df58b131795ff9a5c9057" SRC_URI[archive.sha256sum] = "b35760855d7d1def532e9e808cecde29b75cec455b238590072abf4a8206536e" diff --git a/recipes/gnome/libsoup-2.4_2.24.3.bb b/recipes/gnome/libsoup-2.4_2.24.3.bb index 280cdcdd10..8ae5f88a33 100644 --- a/recipes/gnome/libsoup-2.4_2.24.3.bb +++ b/recipes/gnome/libsoup-2.4_2.24.3.bb @@ -8,10 +8,6 @@ inherit gnome SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2" S = "${WORKDIR}/libsoup-${PV}" -do_stage() { - autotools_stage_all -} - FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev = "${includedir}/ ${libdir}/" FILES_${PN}-doc = "${datadir}/" diff --git a/recipes/gnome/libsoup-2.4_2.26.2.bb b/recipes/gnome/libsoup-2.4_2.26.2.bb index 371204aa35..5405df7ac5 100644 --- a/recipes/gnome/libsoup-2.4_2.26.2.bb +++ b/recipes/gnome/libsoup-2.4_2.26.2.bb @@ -8,10 +8,6 @@ inherit gnome SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2" S = "${WORKDIR}/libsoup-${PV}" -do_stage() { - autotools_stage_all -} - PACKAGES =+ "libsoup-gnome" FILES_libsoup-gnome = "${libdir}/libsoup-gnome*.so.*" FILES_${PN} = "${libdir}/libsoup-2*.so.*" diff --git a/recipes/gnome/libsoup-2.4_2.27.91.bb b/recipes/gnome/libsoup-2.4_2.27.91.bb index 81dc4311a3..accc88c892 100644 --- a/recipes/gnome/libsoup-2.4_2.27.91.bb +++ b/recipes/gnome/libsoup-2.4_2.27.91.bb @@ -10,10 +10,6 @@ inherit gnome SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2" S = "${WORKDIR}/libsoup-${PV}" -do_stage() { - autotools_stage_all -} - PACKAGES =+ "libsoup-gnome" FILES_libsoup-gnome = "${libdir}/libsoup-gnome*.so.*" FILES_${PN} = "${libdir}/libsoup-2*.so.*" diff --git a/recipes/gnome/libsoup-2.4_2.4.1.bb b/recipes/gnome/libsoup-2.4_2.4.1.bb index 95c93e47d5..c22263a0f4 100644 --- a/recipes/gnome/libsoup-2.4_2.4.1.bb +++ b/recipes/gnome/libsoup-2.4_2.4.1.bb @@ -10,10 +10,6 @@ S = "${WORKDIR}/libsoup-${PV}" AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev = "${includedir}/ ${libdir}/" FILES_${PN}-doc = "${datadir}/" diff --git a/recipes/gnome/libsoup_2.2.100.bb b/recipes/gnome/libsoup_2.2.100.bb index 2178ef2ae5..86e2ce3d8d 100644 --- a/recipes/gnome/libsoup_2.2.100.bb +++ b/recipes/gnome/libsoup_2.2.100.bb @@ -16,9 +16,5 @@ FILES_${PN}-doc = "${datadir}/" AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "936e29d705aab0483b9a5b8860f68c13" SRC_URI[sha256sum] = "fa9f33e96a11133adbfd10538d95ed9704e582ef334c0a119a2a0bfca302877d" diff --git a/recipes/gnome/libwnck_2.13.5.bb b/recipes/gnome/libwnck_2.13.5.bb index 6661a48b0f..ff408a6d45 100644 --- a/recipes/gnome/libwnck_2.13.5.bb +++ b/recipes/gnome/libwnck_2.13.5.bb @@ -5,9 +5,5 @@ DEPENDS = "gtk+ gdk-pixbuf-csource-native" inherit gnome -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "cb2da2795f517c713ec98560d078a102" SRC_URI[archive.sha256sum] = "ce959b7349de056205e992b05c9c914994bc269d2b1d02de85eacd398263aab6" diff --git a/recipes/gnome/libwnck_2.23.6.bb b/recipes/gnome/libwnck_2.23.6.bb index f9bd5ffa59..8525368a01 100644 --- a/recipes/gnome/libwnck_2.23.6.bb +++ b/recipes/gnome/libwnck_2.23.6.bb @@ -5,9 +5,5 @@ DEPENDS = "gtk+ gdk-pixbuf-csource-native" inherit gnome -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "9c6d134dc1d454b4c5a717638caa56c6" SRC_URI[archive.sha256sum] = "ea7945a131b67d4cf6bd02e41b0008d6aa1575d1aed75a0019d3c63cb61d07ea" diff --git a/recipes/gnome/libwnck_2.24.0.bb b/recipes/gnome/libwnck_2.24.0.bb index 4a5b07a16d..9da66f03e7 100644 --- a/recipes/gnome/libwnck_2.24.0.bb +++ b/recipes/gnome/libwnck_2.24.0.bb @@ -5,9 +5,5 @@ DEPENDS = "gtk+ gdk-pixbuf-csource-native" inherit gnome -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "860cd0ddce03c41a328e580d4efd4654" SRC_URI[archive.sha256sum] = "8cf49cf1d882ceb0b7b3a984ec350e5e2e4d608fec97911a0b0acf36a18d4df4" diff --git a/recipes/gnome/libwnck_2.28.0.bb b/recipes/gnome/libwnck_2.28.0.bb index 0c013ef981..2dda55145f 100644 --- a/recipes/gnome/libwnck_2.28.0.bb +++ b/recipes/gnome/libwnck_2.28.0.bb @@ -5,9 +5,5 @@ DEPENDS = "gtk+ gdk-pixbuf-csource-native" inherit gnome -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "a9311661aa954e7c918439b6dd578792" SRC_URI[archive.sha256sum] = "d90be36d2fefa33a9287ed6dc41141213a06463f91d69d847da6b2e59c16b947" diff --git a/recipes/gnome/libxklavier_3.7.bb b/recipes/gnome/libxklavier_3.7.bb index 033877a55c..4f4b5bbd09 100644 --- a/recipes/gnome/libxklavier_3.7.bb +++ b/recipes/gnome/libxklavier_3.7.bb @@ -18,10 +18,5 @@ do_compile_append() { libxklavier.pc } -do_stage() { - autotools_stage_all -} - - SRC_URI[archive.md5sum] = "ee167645becd11309d64c6ff3a1600ff" SRC_URI[archive.sha256sum] = "477b72ba4968e9a49c78e08a5335df7f71f71d787222224345f33f0b888f801b" diff --git a/recipes/gnome/metacity_2.24.0.bb b/recipes/gnome/metacity_2.24.0.bb index ebc9e77140..13a86daf6f 100644 --- a/recipes/gnome/metacity_2.24.0.bb +++ b/recipes/gnome/metacity_2.24.0.bb @@ -17,9 +17,5 @@ EXTRA_OECONF += "--disable-verbose \ FILES_${PN} += "${datadir}/themes ${datadir}/gnome*" -do_stage () { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "d4aa782d5f71b6c42514b239684a4aa3" SRC_URI[archive.sha256sum] = "90eed0a36aae302db52af12220c4cf863c9cccebd233015104f2d88cb17ec076" -- cgit 1.2.3-korg