git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2df283
)
sdcc-native_2.5.0.bb : Fix do_stage. Yes, this really does the right thing.
author
Philip Balister
<philip@balister.org>
Fri, 20 Oct 2006 14:23:14 +0000
(14:23 +0000)
committer
Philip Balister
<philip@balister.org>
Fri, 20 Oct 2006 14:23:14 +0000
(14:23 +0000)
packages/sdcc/sdcc-native_2.5.0.bb
patch
|
blob
|
history
diff --git
a/packages/sdcc/sdcc-native_2.5.0.bb
b/packages/sdcc/sdcc-native_2.5.0.bb
index
19c5ad2
..
3b41c33
100644
(file)
--- 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} \;
+#}
+