From: Philip Balister Date: Fri, 20 Oct 2006 14:23:14 +0000 (+0000) Subject: sdcc-native_2.5.0.bb : Fix do_stage. Yes, this really does the right thing. X-Git-Tag: Release-2010-05/1~9453^2~567^2~71^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9ed51d99ea040af26c2ea65195f53c236f0344;p=openembedded.git sdcc-native_2.5.0.bb : Fix do_stage. Yes, this really does the right thing. --- diff --git a/packages/sdcc/sdcc-native_2.5.0.bb b/packages/sdcc/sdcc-native_2.5.0.bb index 19c5ad2106..3b41c33930 100644 --- a/packages/sdcc/sdcc-native_2.5.0.bb +++ b/packages/sdcc/sdcc-native_2.5.0.bb @@ -7,6 +7,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-${PV}.tar.gz \ file://gcc4.patch;patch=1" do_stage() { - find bin -type f -perm 0755 -exec install -m 0755 {} ${STAGING_BINDIR} \; + oe_runmake install } +#do_stage() { +# find bin -type f -perm -0755 -exec install -m 0755 {} ${STAGING_BINDIR} \; +#} +