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/granule/libassa_3.5.0.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/granule') diff --git a/recipes/granule/libassa_3.5.0.bb b/recipes/granule/libassa_3.5.0.bb index f1af9b79ec..67c8875a92 100644 --- a/recipes/granule/libassa_3.5.0.bb +++ b/recipes/granule/libassa_3.5.0.bb @@ -10,9 +10,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "9b61dfd94bf4e083829ffb0231243d8b" SRC_URI[sha256sum] = "72a627c74e82ff679cb16ebe3a625b9032d8d1feed4c1da63ebb5106a80b1314" -- cgit 1.2.3-korg