[oe-commits] Noor Ahsan : sdcc-native: convert to new style staging, remove 'do_stage()'

git version control git at git.openembedded.org
Thu Aug 19 20:46:02 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3112262e6a03f9a6f432aa8766e0fd000123a746
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3112262e6a03f9a6f432aa8766e0fd000123a746

Author: Noor Ahsan <noor_ahsan at mentor.com>
Date:   Mon Aug 16 20:02:07 2010 +0000

sdcc-native: convert to new style staging, remove 'do_stage()'

* Remove do_stage() function from the recipe. do_install function of autotools.bbclass replaces the do-stage function of the recipe.
* Bump PR to "r2"

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>

---

 recipes/sdcc/sdcc-native_2.8.0.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/sdcc/sdcc-native_2.8.0.bb b/recipes/sdcc/sdcc-native_2.8.0.bb
index ace693f..1cecef0 100644
--- a/recipes/sdcc/sdcc-native_2.8.0.bb
+++ b/recipes/sdcc/sdcc-native_2.8.0.bb
@@ -1,6 +1,6 @@
 require sdcc_${PV}.bb
 DEPENDS = "bison-native flex-native"
-PR = "r1"
+PR = "r2"
 
 # don't need native-tools patch here
 SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \
@@ -8,7 +8,3 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \
 
 inherit native
 
-do_stage() {
-        oe_runmake install
-}
-





More information about the Openembedded-commits mailing list