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/gtksourceview/gtksourceview1_1.7.2.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/gtksourceview/gtksourceview1_1.7.2.bb') diff --git a/recipes/gtksourceview/gtksourceview1_1.7.2.bb b/recipes/gtksourceview/gtksourceview1_1.7.2.bb index 25a73e692c..23ed91c0fb 100644 --- a/recipes/gtksourceview/gtksourceview1_1.7.2.bb +++ b/recipes/gtksourceview/gtksourceview1_1.7.2.bb @@ -11,9 +11,5 @@ inherit gnome pkgconfig # overrule SRC_URI from gnome.conf SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2" -do_stage() { -autotools_stage_all -} - SRC_URI[md5sum] = "a56ea78c74fe93a604357d7c555af0e5" SRC_URI[sha256sum] = "38c238ec57bf22023bbc50f70ecbaee8c06b817b9e11f1a3a0ae7faf95cc1f26" -- cgit 1.2.3-korg