[oe] [PATCH V2] sdcc-native: Run oe-stylize.py

Noor Ahsan noor_ahsan at mentor.com
Mon Aug 16 13:11:24 UTC 2010


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

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.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} \;
-#}
-
-- 
1.6.3.3





More information about the Openembedded-devel mailing list