From ae47dc5c994f91b84347dc666db76ed0e5801d1c Mon Sep 17 00:00:00 2001 From: Noor Ahsan Date: Mon, 16 Aug 2010 03:11:24 +0000 Subject: [PATCH] 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 --- recipes/sdcc/sdcc-native_2.8.0.bb | 9 +++------ 1 file 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} \; -#} - -- 2.39.5