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/eel | |
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/eel')
-rw-r--r-- | recipes/eel/eel_2.12.2.bb | 5 | ||||
-rw-r--r-- | recipes/eel/eel_2.22.2.bb | 4 | ||||
-rw-r--r-- | recipes/eel/eel_2.24.1.bb | 4 | ||||
-rw-r--r-- | recipes/eel/eel_2.26.0.bb | 4 |
4 files changed, 0 insertions, 17 deletions
diff --git a/recipes/eel/eel_2.12.2.bb b/recipes/eel/eel_2.12.2.bb index 5821c5586a..d0d99ce2d2 100644 --- a/recipes/eel/eel_2.12.2.bb +++ b/recipes/eel/eel_2.12.2.bb @@ -11,10 +11,5 @@ SRC_URI += "file://configure.patch" DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail" EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { -autotools_stage_all -} - SRC_URI[archive.md5sum] = "d78cd3e33c656a62b5bf1f8d0b8d271f" SRC_URI[archive.sha256sum] = "df6c696f84bc9c2af12f3715f2703060ab1692a918fb221ea0403212c03e0b73" diff --git a/recipes/eel/eel_2.22.2.bb b/recipes/eel/eel_2.22.2.bb index 0a24a3a93c..51e2c476b8 100644 --- a/recipes/eel/eel_2.22.2.bb +++ b/recipes/eel/eel_2.22.2.bb @@ -12,9 +12,5 @@ SRC_URI += "file://eel-no-strftime.patch" DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "f0dc46f4bc6a772da9e149c0018a8b09" SRC_URI[archive.sha256sum] = "e91e576ed22e5ba9a930d4292e3dbec4fe4ec7276029d82188cc91db117e21d4" diff --git a/recipes/eel/eel_2.24.1.bb b/recipes/eel/eel_2.24.1.bb index 258e4987e3..190a09b286 100644 --- a/recipes/eel/eel_2.24.1.bb +++ b/recipes/eel/eel_2.24.1.bb @@ -12,9 +12,5 @@ SRC_URI += "file://eel-no-strftime.patch" DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "b591df36af8f1b23dd175be33b5de073" SRC_URI[archive.sha256sum] = "32cde7b589b49f439d82f76b6456983d36de7d20688f7c6ac2fdae4ce354e629" diff --git a/recipes/eel/eel_2.26.0.bb b/recipes/eel/eel_2.26.0.bb index 0da61f840b..8b18458253 100644 --- a/recipes/eel/eel_2.26.0.bb +++ b/recipes/eel/eel_2.26.0.bb @@ -12,9 +12,5 @@ SRC_URI += "file://eel-no-strftime.patch" DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "dfa105ccabd53efe4166dcfac75e2393" SRC_URI[archive.sha256sum] = "11ad07d8d371f9165fab6cc5462f59cd253f9cc835d77a54330fecafe9c0a555" |