aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sdcc
diff options
context:
space:
mode:
authorNoor Ahsan <noor_ahsan@mentor.com>2010-08-16 03:11:24 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-16 21:15:36 +0200
commitae47dc5c994f91b84347dc666db76ed0e5801d1c (patch)
tree89214c15c585bc4bc7eec65c942748234b8054f4 /recipes/sdcc
parentd4b0e80b84bc555df13e4b20d91aa9360750407f (diff)
downloadopenembedded-ae47dc5c994f91b84347dc666db76ed0e5801d1c.tar.gz
sdcc-native: Run oe-stylize.py
* 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>
Diffstat (limited to 'recipes/sdcc')
-rw-r--r--recipes/sdcc/sdcc-native_2.8.0.bb9
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 dbecffa4e5..60cebbe6af 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} \;
-#}
-