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/openal/openal_0.0.8.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/openal') diff --git a/recipes/openal/openal_0.0.8.bb b/recipes/openal/openal_0.0.8.bb index 839cf43855..79da60e151 100644 --- a/recipes/openal/openal_0.0.8.bb +++ b/recipes/openal/openal_0.0.8.bb @@ -13,10 +13,6 @@ do_configure_append () { sed -i "s/@requirements@/alsa vorbis/" admin/pkgconfig/openal.pc } -do_stage () { - autotools_stage_all -} - PACKAGES =+ "libopenal" FILES_libopenal += "${libdir}/libopenal.so.*" -- cgit v1.2.3