qemu-native: install binaries into staging (again)
authorMichael Lauer <mickey@vanille-media.de>
Fri, 20 Oct 2006 12:03:24 +0000 (12:03 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 20 Oct 2006 12:03:24 +0000 (12:03 +0000)
packages/qemu/qemu-native.inc

index c6d31df..019af52 100644 (file)
@@ -15,3 +15,7 @@ python __anonymous() {
     elif len(which(path, 'gcc-3.3.6')) != 0:
         data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.3.6", d)
 }
+
+do_stage() {
+       find . -name "qemu-*" -type f -perm 0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
+}