sdcc-native_2.5.0.bb : Fix do_stage. Yes, this really does the right thing.
authorPhilip Balister <philip@balister.org>
Fri, 20 Oct 2006 14:23:14 +0000 (14:23 +0000)
committerPhilip Balister <philip@balister.org>
Fri, 20 Oct 2006 14:23:14 +0000 (14:23 +0000)
packages/sdcc/sdcc-native_2.5.0.bb

index 19c5ad2..3b41c33 100644 (file)
@@ -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} \;
+#}
+