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/tapioca/libjingle-tapioca_0.3.10.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/tapioca/libjingle-tapioca_0.3.10.bb') diff --git a/recipes/tapioca/libjingle-tapioca_0.3.10.bb b/recipes/tapioca/libjingle-tapioca_0.3.10.bb index 6974aefc79..a4a158f4f0 100644 --- a/recipes/tapioca/libjingle-tapioca_0.3.10.bb +++ b/recipes/tapioca/libjingle-tapioca_0.3.10.bb @@ -9,9 +9,5 @@ S = "${WORKDIR}/libjingle-${PV}" inherit autotools pkgconfig -do_stage () { - autotools_stage_all -} - SRC_URI[md5sum] = "7ee7d8c834f1e06093130a86cbb9e79a" SRC_URI[sha256sum] = "3453c1426fdc06b32bc5f4e7d3ce039ec7f38f0fa4018d505e515099b209dd25" -- cgit 1.2.3-korg