diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-02 10:19:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-03 14:14:59 +0200 |
commit | f2893b80cffc46dad57864eb78b563f0876e6811 (patch) | |
tree | 7c2c3dde3247d69f7ba44ed1643aca2d436fdbb5 /recipes/directfb | |
parent | 2b61601cc8e3ede0b071da299591a6115d1df9db (diff) |
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 <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
Diffstat (limited to 'recipes/directfb')
-rw-r--r-- | recipes/directfb/++dfb_1.0.0.bb | 4 | ||||
-rw-r--r-- | recipes/directfb/directfb-examples_1.0.0.bb | 6 | ||||
-rw-r--r-- | recipes/directfb/directfb-examples_1.2.0.bb | 6 | ||||
-rw-r--r-- | recipes/directfb/directfb.inc | 4 | ||||
-rw-r--r-- | recipes/directfb/fusionsound_1.1.0+git20070709.bb | 4 | ||||
-rw-r--r-- | recipes/directfb/lite_0.9.26+cvs20070207.bb | 4 |
6 files changed, 0 insertions, 28 deletions
diff --git a/recipes/directfb/++dfb_1.0.0.bb b/recipes/directfb/++dfb_1.0.0.bb index e25ca78f2b..6629c96670 100644 --- a/recipes/directfb/++dfb_1.0.0.bb +++ b/recipes/directfb/++dfb_1.0.0.bb @@ -10,10 +10,6 @@ RV = "0.9-25" inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - do_install() { oe_runmake 'DESTDIR=${D}' install } diff --git a/recipes/directfb/directfb-examples_1.0.0.bb b/recipes/directfb/directfb-examples_1.0.0.bb index 4436574538..a6a374d6ad 100644 --- a/recipes/directfb/directfb-examples_1.0.0.bb +++ b/recipes/directfb/directfb-examples_1.0.0.bb @@ -10,11 +10,5 @@ S = "${WORKDIR}/DirectFB-examples-${PV}" inherit autotools -do_stage() { - autotools_stage_all -} - - - SRC_URI[md5sum] = "0cdfb4dd248eada3dc35db4f8cf75f8d" SRC_URI[sha256sum] = "c54e779a720841126e23d692de85243e23b0d94fb7792a958b96b5bd097a8b85" diff --git a/recipes/directfb/directfb-examples_1.2.0.bb b/recipes/directfb/directfb-examples_1.2.0.bb index 5475d990dd..6040bc35d1 100644 --- a/recipes/directfb/directfb-examples_1.2.0.bb +++ b/recipes/directfb/directfb-examples_1.2.0.bb @@ -10,11 +10,5 @@ S = "${WORKDIR}/DirectFB-examples-${PV}" inherit autotools -do_stage() { - autotools_stage_all -} - - - SRC_URI[md5sum] = "ce018f681b469a1d72ffc32650304b98" SRC_URI[sha256sum] = "830a1bd6775d8680523596a88a72fd8e4c6a74bf886d3e169b06d234a5cf7e3e" diff --git a/recipes/directfb/directfb.inc b/recipes/directfb/directfb.inc index f6508d7339..d07d58c113 100644 --- a/recipes/directfb/directfb.inc +++ b/recipes/directfb/directfb.inc @@ -32,10 +32,6 @@ EXTRA_OECONF = "\ --disable-x11 \ " -do_stage() { - autotools_stage_all -} - do_install() { oe_runmake 'DESTDIR=${D}' install } diff --git a/recipes/directfb/fusionsound_1.1.0+git20070709.bb b/recipes/directfb/fusionsound_1.1.0+git20070709.bb index 50f093c6ba..2b580190c5 100644 --- a/recipes/directfb/fusionsound_1.1.0+git20070709.bb +++ b/recipes/directfb/fusionsound_1.1.0+git20070709.bb @@ -37,10 +37,6 @@ do_configure_append() { find ${S} -type f | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g' } -do_stage() { - autotools_stage_all -} - do_install() { oe_runmake 'DESTDIR=${D}' install } diff --git a/recipes/directfb/lite_0.9.26+cvs20070207.bb b/recipes/directfb/lite_0.9.26+cvs20070207.bb index 32f97bf962..231a1efeca 100644 --- a/recipes/directfb/lite_0.9.26+cvs20070207.bb +++ b/recipes/directfb/lite_0.9.26+cvs20070207.bb @@ -19,10 +19,6 @@ do_configure_append() { find ${S} -type f | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g' } -do_stage() { - autotools_stage_all -} - do_install() { oe_runmake 'DESTDIR=${D}' install } |