From: Noor Ahsan Date: Mon, 16 Aug 2010 03:11:24 +0000 (+0000) Subject: sdcc-native: Run oe-stylize.py X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae47dc5c994f91b84347dc666db76ed0e5801d1c;p=openembedded.git sdcc-native: Run oe-stylize.py * Run 'oe-stylize.py' on the recipe and make changes accordingly Signed-off-by: Noor Ahsan Acked-by: Frans Meulenbroeks --- 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} \; -#} -