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/openrdate/openrdate_1.1.3.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/openrdate') diff --git a/recipes/openrdate/openrdate_1.1.3.bb b/recipes/openrdate/openrdate_1.1.3.bb index 46024fe755..82b136953d 100644 --- a/recipes/openrdate/openrdate_1.1.3.bb +++ b/recipes/openrdate/openrdate_1.1.3.bb @@ -9,9 +9,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/openrdate/openrdate-${PV}.tar.gz \ inherit autotools -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "af4785f615b9d87b9c86a32af4ecc225" SRC_URI[sha256sum] = "0f8a034107fc7593f28e77b276f964c1309343b4702ecdf0d61bb3e57ad0cb5f" -- cgit 1.2.3-korg