diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 19:07:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 19:07:38 +0000 |
commit | ea8318f04decd1f08054633d7110a1a1e4874726 (patch) | |
tree | 9922d0234921ba996d02718caf06493555c4ec0d /packages/sdcc | |
parent | 35b7a1f17b7dddb69d3fee86040c811376cdfea3 (diff) | |
parent | 3c38e235695be35e780db6da7b4817c894d84f90 (diff) |
merge of '1f09cd3a225e9cc6002c73f2660f6619f10f9e59'
and '8c1fecdaef7355feda28b9b87ce84a94e1698804'
Diffstat (limited to 'packages/sdcc')
-rw-r--r-- | packages/sdcc/sdcc-native_2.5.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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} \; +#} + |