[oe-commits] org.oe.dev sdcc-native: autotools_stage_all doesn't work w/ sdcc, do_stage manually

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Oct 20 12:32:59 UTC 2006


sdcc-native: autotools_stage_all doesn't work w/ sdcc, do_stage manually

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 70b85757ccdae725d913a42962a79ba5d7b990a6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=70b85757ccdae725d913a42962a79ba5d7b990a6
Files:
1
packages/sdcc/sdcc-native_2.5.0.bb
Diffs:

#
# mt diff -r5b49fef60628e4779e1e1eae187db765c4198938 -r70b85757ccdae725d913a42962a79ba5d7b990a6
#
# 
# 
# patch "packages/sdcc/sdcc-native_2.5.0.bb"
#  from [933d2bd55af4d4af6cca17765390b06737a37341]
#    to [ea7a4ff9aff2c9b944f7a36843b6e31d74fe750c]
# 
============================================================
--- packages/sdcc/sdcc-native_2.5.0.bb	933d2bd55af4d4af6cca17765390b06737a37341
+++ packages/sdcc/sdcc-native_2.5.0.bb	ea7a4ff9aff2c9b944f7a36843b6e31d74fe750c
@@ -7,9 +7,6 @@ do_stage() {
            file://gcc4.patch;patch=1"
 
 do_stage() {
-	autotools_stage_all
-	for i in bin/as-*; do
-		install -m 0755 $i ${STAGING_BINDIR}
-	done
+	find bin -type f -perm 0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
 }
 






More information about the Openembedded-commits mailing list