[oe-commits] Noor Ahsan : sdcc-native: Run oe-stylize.py

git version control git at git.openembedded.org
Mon Aug 16 19:15:50 UTC 2010


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

Author: Noor Ahsan <noor_ahsan at mentor.com>
Date:   Mon Aug 16 03:11:24 2010 +0000

sdcc-native: Run oe-stylize.py

* Run 'oe-stylize.py' on the recipe and make changes accordingly

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

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

diff --git a/recipes/sdcc/sdcc-native_2.8.0.bb b/recipes/sdcc/sdcc-native_2.8.0.bb
index dbecffa..60cebbe 100644
--- a/recipes/sdcc/sdcc-native_2.8.0.bb
+++ b/recipes/sdcc/sdcc-native_2.8.0.bb
@@ -1,16 +1,13 @@
 require sdcc_${PV}.bb
-inherit native
 DEPENDS = ""
 
 # don't need native-tools patch here
 SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \
           "
 
+inherit native
+
 do_stage() {
-	oe_runmake install
+        oe_runmake install
 }
 
-#do_stage() {
-#	find bin -type f -perm -0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
-#}
-





More information about the Openembedded-commits mailing list