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/libidl/libidl.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/libidl') diff --git a/recipes/libidl/libidl.inc b/recipes/libidl/libidl.inc index e032575bb5..7a90a7044d 100644 --- a/recipes/libidl/libidl.inc +++ b/recipes/libidl/libidl.inc @@ -8,9 +8,5 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz S = "${WORKDIR}/libIDL-${PV}" -do_stage() { - autotools_stage_all -} - FILES_${PN} = "${libdir}/*.so.*" FILES_${PN}-dev += " ${bindir}" -- cgit 1.2.3-korg