diff options
author | Noor Ahsan <noor_ahsan@mentor.com> | 2010-08-16 03:11:24 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-16 21:15:36 +0200 |
commit | ae47dc5c994f91b84347dc666db76ed0e5801d1c (patch) | |
tree | 89214c15c585bc4bc7eec65c942748234b8054f4 /recipes/sdcc | |
parent | d4b0e80b84bc555df13e4b20d91aa9360750407f (diff) |
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.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 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} \; -#} - |