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/gnome/libgnomekbd_2.28.0.bb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'recipes/gnome/libgnomekbd_2.28.0.bb') diff --git a/recipes/gnome/libgnomekbd_2.28.0.bb b/recipes/gnome/libgnomekbd_2.28.0.bb index 97776cb147..d28162e94e 100644 --- a/recipes/gnome/libgnomekbd_2.28.0.bb +++ b/recipes/gnome/libgnomekbd_2.28.0.bb @@ -11,13 +11,5 @@ do_configure_append() { find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g } -do_stage() { - autotools_stage_all -} - - - - - SRC_URI[archive.md5sum] = "b0989c4a2dbe2b5dd892d14195674f2b" SRC_URI[archive.sha256sum] = "72da2cc218de666a0ffa8896ae2d01bce3f46fde7072f2aa937c2bcd2d312668" -- cgit 1.2.3-korg