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/gimp/babl_svn.bb | 5 ----- recipes/gimp/gimp.inc | 5 ----- 2 files changed, 10 deletions(-) (limited to 'recipes/gimp') diff --git a/recipes/gimp/babl_svn.bb b/recipes/gimp/babl_svn.bb index b9ce3cdf91..2f8eca75fa 100644 --- a/recipes/gimp/babl_svn.bb +++ b/recipes/gimp/babl_svn.bb @@ -12,11 +12,6 @@ SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk" S = "${WORKDIR}/trunk" -do_stage() { - autotools_stage_all -} - - FILES_${PN} += "${libdir}/babl-0.0/" FILES_${PN}-dbg += "${libdir}/babl-0.0/.debug/" diff --git a/recipes/gimp/gimp.inc b/recipes/gimp/gimp.inc index 64621120b9..c3f2393243 100644 --- a/recipes/gimp/gimp.inc +++ b/recipes/gimp/gimp.inc @@ -26,11 +26,6 @@ do_configure_append() { find ${S} -name Makefile | xargs sed -i s:'file-wmf$(EXEEXT)':'':g } - -do_stage() { - autotools_stage_all -} - python populate_packages_prepend () { cv_libdir = bb.data.expand('${libdir}', d) do_split_packages(d, cv_libdir, '^lib(.*)\.so\.*', 'lib%s', 'GIMP %s library', extra_depends='', allow_links=True) -- cgit 1.2.3-korg