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/fltk/efltk_2.0.7.bb | 4 ---- recipes/fltk/fltk_1.1.7.bb | 4 ---- 2 files changed, 8 deletions(-) (limited to 'recipes/fltk') diff --git a/recipes/fltk/efltk_2.0.7.bb b/recipes/fltk/efltk_2.0.7.bb index 2da7ae0f06..68329ab92c 100644 --- a/recipes/fltk/efltk_2.0.7.bb +++ b/recipes/fltk/efltk_2.0.7.bb @@ -40,10 +40,6 @@ do_configure_append() { sed -i s,CONFIGDIR,'"${datadir}/ede/"', src/core/Fl_Config.cpp } -do_stage() { - autotools_stage_all -} - do_install () { install -d ${D}${libdir} oe_runmake install prefix="${D}${prefix}" \ diff --git a/recipes/fltk/fltk_1.1.7.bb b/recipes/fltk/fltk_1.1.7.bb index caf09dd9d0..3e9020953e 100644 --- a/recipes/fltk/fltk_1.1.7.bb +++ b/recipes/fltk/fltk_1.1.7.bb @@ -18,10 +18,6 @@ do_configure() { oe_runconf } -do_stage() { - autotools_stage_all -} - do_install () { oe_runmake install prefix="${D}${prefix}" \ bindir="${D}${bindir}" \ -- cgit v1.2.3