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/farsight/farsight_0.1.5.bb | 7 ------- recipes/farsight/gst-plugins-farsight_0.10.1.bb | 7 ------- 2 files changed, 14 deletions(-) (limited to 'recipes/farsight') diff --git a/recipes/farsight/farsight_0.1.5.bb b/recipes/farsight/farsight_0.1.5.bb index 06edacc7a2..70e1468c2d 100644 --- a/recipes/farsight/farsight_0.1.5.bb +++ b/recipes/farsight/farsight_0.1.5.bb @@ -22,12 +22,5 @@ EXTRA_OECONF = " \ FILES_${PN} += "${libdir}/farsight-0.1/*so" FILES_${PN}-dev += "${libdir}/farsight-0.1/*.a ${libdir}/farsight-0.1/*.so.*" -do_stage() { -autotools_stage_all -} - - - - SRC_URI[md5sum] = "2aaf871471a9ec037763c5dc7c193c57" SRC_URI[sha256sum] = "6b9785167934948a582839f9723e37214cab1607a9764c35f10d555f8e662575" diff --git a/recipes/farsight/gst-plugins-farsight_0.10.1.bb b/recipes/farsight/gst-plugins-farsight_0.10.1.bb index fc1ab2bb4d..0c390e5e07 100644 --- a/recipes/farsight/gst-plugins-farsight_0.10.1.bb +++ b/recipes/farsight/gst-plugins-farsight_0.10.1.bb @@ -20,12 +20,5 @@ EXTRA_OECONF = " \ FILES_${PN} += "${libdir}/gstreamer-0.10/*so" FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.a ${libdir}/gstreamer-0.10/*.so.*" -do_stage() { -autotools_stage_all -} - - - - SRC_URI[md5sum] = "578ef83efd03124e7085abe719513bac" SRC_URI[sha256sum] = "623e187f87037a690b5d0beef5991b3f2a58bb5058fad8c75329f48f0b07da4b" -- cgit 1.2.3-korg