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/libserial/libserial_0.5.2.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes/libserial') diff --git a/recipes/libserial/libserial_0.5.2.bb b/recipes/libserial/libserial_0.5.2.bb index 36b28188b0..18e176af36 100644 --- a/recipes/libserial/libserial_0.5.2.bb +++ b/recipes/libserial/libserial_0.5.2.bb @@ -7,10 +7,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libserial/libserial-${PV}.tar.gz" inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "7a3766e354c31513ff6d7859a4b2c1b8" SRC_URI[sha256sum] = "898012c30596bba605cdee76a80dd6a7a42506cc04d0137e23e2c40681573f03" -- cgit 1.2.3-korg