sdcc-native: Run oe-stylize.py
authorNoor Ahsan <noor_ahsan@mentor.com>
Mon, 16 Aug 2010 03:11:24 +0000 (03:11 +0000)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 16 Aug 2010 19:15:36 +0000 (21:15 +0200)
* Run 'oe-stylize.py' on the recipe and make changes accordingly

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/sdcc/sdcc-native_2.8.0.bb

index dbecffa..60cebbe 100644 (file)
@@ -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} \;
-#}
-