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/pcsc-lite/pcsc-lite_1.4.102.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/pcsc-lite') diff --git a/recipes/pcsc-lite/pcsc-lite_1.4.102.bb b/recipes/pcsc-lite/pcsc-lite_1.4.102.bb index 0f92a27f44..1215a2d15d 100644 --- a/recipes/pcsc-lite/pcsc-lite_1.4.102.bb +++ b/recipes/pcsc-lite/pcsc-lite_1.4.102.bb @@ -20,10 +20,6 @@ EXTRA_OECONF = " \ --enable-usbdropdir=${libdir}/pcsc/drivers \ " -do_stage() { - autotools_stage_all -} - do_install() { oe_runmake DESTDIR="${D}" install install -d "${D}/etc/init.d" -- cgit 1.2.3-korg