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/eventlog/eventlog_0.2.5.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/eventlog') diff --git a/recipes/eventlog/eventlog_0.2.5.bb b/recipes/eventlog/eventlog_0.2.5.bb index 5d4f074fc7..9dfa40279b 100644 --- a/recipes/eventlog/eventlog_0.2.5.bb +++ b/recipes/eventlog/eventlog_0.2.5.bb @@ -6,9 +6,5 @@ SRC_URI = "http://www.balabit.com/downloads/files/eventlog/0.2/${P}.tar.gz" inherit autotools pkgconfig -do_stage () { - autotools_stage_all -} - SRC_URI[md5sum] = "a6bdba91f88540cc69b398fd138d86cd" SRC_URI[sha256sum] = "914319726bcd01a4055b1c5e09671085875af6de2b0d8589841916139574ee11" -- cgit 1.2.3-korg